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 cdc72bf commit 5b062e0Copy full SHA for 5b062e0
hello-world-app/Dockerfile
@@ -2,7 +2,7 @@ FROM golang:latest AS builder
2
COPY ./hello-world.go .
3
RUN go env -w CGO_ENABLED=0 GO111MODULE=off && go build -o /app/hello-world
4
5
-FROM alpine:3.21.3
+FROM alpine:3.22.0
6
WORKDIR /app
7
COPY --from=builder /app/hello-world .
8
EXPOSE 8080
0 commit comments