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 bf04a64 + e14ca4a commit c6a011cCopy full SHA for c6a011c
Dockerfile.debian
@@ -24,7 +24,7 @@ RUN set -eu; \
24
go build -ldflags "-X main.buildVersion=${FOREGO_VERSION}" -o forego .; \
25
go clean -cache
26
27
-FROM debian:12.11-slim
+FROM debian:13.0-slim
28
29
ARG FOREGO_VERSION
30
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments