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 56f9c1e + 958d914 commit 4747da0Copy full SHA for 4747da0
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.9-slim
+FROM debian:12.10-slim
28
29
ARG FOREGO_VERSION
30
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments