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.
1 parent b14f5f3 commit cef7033Copy full SHA for cef7033
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.0-slim
+FROM debian:13.1-slim
28
29
ARG FOREGO_VERSION
30
ENV FOREGO_VERSION=${FOREGO_VERSION}
0 commit comments