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 9e1cfac commit abf1580Copy full SHA for abf1580
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