Skip to content

Commit 3a9ddb0

Browse files
Matrix Image: Bump amd64/golang in /unstable/combined
Bumps amd64/golang from 1.22.1-bookworm to 1.22.2-bookworm. --- updated-dependencies: - dependency-name: amd64/golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 644a4b0 commit 3a9ddb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unstable/combined/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# https://hub.docker.com/_/golang
99

10-
FROM amd64/golang:1.22.1-bookworm as builder
10+
FROM amd64/golang:1.22.2-bookworm as builder
1111

1212
# Explicitly disable automatic fetching of Go toolchains newer than the
1313
# version explicitly provided by this container image.
@@ -112,7 +112,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
112112
&& golangci-lint --version
113113

114114

115-
FROM amd64/golang:1.22.1-bookworm as final
115+
FROM amd64/golang:1.22.2-bookworm as final
116116

117117
# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
118118
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"

0 commit comments

Comments
 (0)