We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774c5b2 commit 8d1841bCopy full SHA for 8d1841b
1 file changed
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.22.1
+FROM alpine:3.22.2
6
WORKDIR /app
7
COPY --from=builder /app/hello-world .
8
EXPOSE 8080
0 commit comments