Skip to content

Commit 4cadbff

Browse files
chore(deps): docker: bump golang
Bumps the all-docker group with 1 update in the /agent directory: golang. Updates `golang` from 1.26.3-bookworm to 1.26.4-bookworm --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0132d6d commit 4cadbff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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

0 commit comments

Comments
 (0)