We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 700a563 + 0e7dec9 commit 1f359b7Copy full SHA for 1f359b7
Dockerfile.alpine
@@ -26,7 +26,7 @@ RUN set -eu; \
26
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
27
go clean -cache
28
29
-FROM alpine:3.21.3
+FROM alpine:3.22.0
30
31
ARG FOREGO_VERSION
32
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments