From 7527158fe0759e6fa2403a3eb7c1bb24ecb34555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:12:33 +0000 Subject: [PATCH] chore(deps): docker: bump the all-docker group across 1 directory with 2 updates Bumps the all-docker group with 2 updates in the /agent directory: golang and python. Updates `golang` from 1.26.3-bookworm to 1.26.4-bookworm Updates `python` from 3.13-slim to 3.14-slim --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.4-bookworm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-docker - dependency-name: python dependency-version: 3.14-slim dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] --- agent/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 51576d15..1b5a791b 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -4,11 +4,11 @@ ARG GH_VERSION=2.93.0 FROM --platform=$TARGETPLATFORM jdxcode/mise:latest AS mise # Build gh with a patched Go toolchain; upstream packages can lag Go CVE fixes. -FROM --platform=$TARGETPLATFORM golang:1.26.3-bookworm AS gh-builder +FROM --platform=$TARGETPLATFORM golang:1.26.4-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-slim@sha256:63a4c7f612a00f92042cbdcc7cdc6a306f38485af0a200b9c89de7d9b1607d15 # Install mise (polyglot dev tool manager) COPY --from=mise /usr/local/bin/mise /usr/local/bin/mise