Skip to content

Commit 60493a2

Browse files
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.5-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.5-slim dependency-type: direct:production dependency-group: all-docker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7876a commit 60493a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ARG GH_VERSION=2.93.0
44
FROM --platform=$TARGETPLATFORM jdxcode/mise:latest AS mise
55

66
# Build gh with a patched Go toolchain; upstream packages can lag Go CVE fixes.
7-
FROM --platform=$TARGETPLATFORM golang:1.26.3-bookworm AS gh-builder
7+
FROM --platform=$TARGETPLATFORM golang:1.26.4-bookworm AS gh-builder
88
ARG GH_VERSION
99
RUN GOPROXY=direct GOBIN=/out go install "github.com/cli/cli/v2/cmd/gh@v${GH_VERSION}"
1010

11-
FROM --platform=$TARGETPLATFORM python:3.13-slim@sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f
11+
FROM --platform=$TARGETPLATFORM python:3.14.5-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97
1212

1313
# Install mise (polyglot dev tool manager)
1414
COPY --from=mise /usr/local/bin/mise /usr/local/bin/mise

0 commit comments

Comments
 (0)