From 0ef0b5d21f3ce73c129b817d2d097a9968279653 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 06:13:08 +0000 Subject: [PATCH] chore(deps): docker: bump python Bumps the all-docker group with 1 update in the /agent directory: python. Updates `python` from 3.13-slim to 3.14.5-slim --- updated-dependencies: - dependency-name: python dependency-version: 3.14.5-slim dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] --- agent/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 6cfb95a..3af81b3 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -8,7 +8,7 @@ FROM --platform=$TARGETPLATFORM golang:1.26.3-bookworm AS gh-builder ARG GH_VERSION RUN GOPROXY=direct GOBIN=/out go install "github.com/cli/cli/v2/cmd/gh@v${GH_VERSION}" -FROM --platform=$TARGETPLATFORM python:3.13-slim@sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f +FROM --platform=$TARGETPLATFORM python:3.14.5-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97 # Install mise (polyglot dev tool manager) COPY --from=mise /usr/local/bin/mise /usr/local/bin/mise