Skip to content

Commit 0c46e00

Browse files
authored
Merge pull request #1481 from atc0005/dependabot/docker/unstable/combined/master/amd64/golang-1.22.2-bookworm
Matrix Image: Bump amd64/golang from 1.22.1-bookworm to 1.22.2-bookworm in /unstable/combined
2 parents 3cc92f7 + 3f1748b commit 0c46e00

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)