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 187d213 + 3e27b0f commit 99e20b1Copy full SHA for 99e20b1
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.4-slim
+FROM debian:13.5-slim
28
29
ARG FOREGO_VERSION
30
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments