We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cc92f7 + 3f1748b commit 0c46e00Copy full SHA for 0c46e00
unstable/combined/Dockerfile
@@ -7,7 +7,7 @@
7
8
# https://hub.docker.com/_/golang
9
10
-FROM amd64/golang:1.22.1-bookworm as builder
+FROM amd64/golang:1.22.2-bookworm as builder
11
12
# Explicitly disable automatic fetching of Go toolchains newer than the
13
# version explicitly provided by this container image.
@@ -112,7 +112,7 @@ RUN echo "Installing golangci-lint@${GOLANGCI_LINT_VERSION}" \
112
&& golangci-lint --version
113
114
115
-FROM amd64/golang:1.22.1-bookworm as final
+FROM amd64/golang:1.22.2-bookworm as final
116
117
# https://docs.github.com/en/packages/learn-github-packages/connecting-a-repository-to-a-package
118
LABEL org.opencontainers.image.source="https://github.com/atc0005/go-ci"
0 commit comments