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 9e1cfac + abf1580 commit 1e189f9Copy full SHA for 1e189f9
Dockerfile.debian
@@ -10,7 +10,7 @@ RUN go mod download
10
RUN CGO_ENABLED=0 GOOS=linux go build -o forego . \
11
&& go clean -cache
12
13
-FROM debian:11.7-slim
+FROM debian:12.0-slim
14
15
# Install Forego
16
COPY --from=go-builder /build/forego /usr/local/bin/forego
0 commit comments