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 8eb5e52 + fdf79e4 commit 9fdabf4Copy full SHA for 9fdabf4
1 file changed
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:13.5-slim
+FROM debian:13.6-slim
28
29
ARG FOREGO_VERSION
30
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments