Skip to content

Commit 5b062e0

Browse files
chore(deps): update alpine docker tag to v3.22.0 (#36)
1 parent cdc72bf commit 5b062e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello-world-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:latest AS builder
22
COPY ./hello-world.go .
33
RUN go env -w CGO_ENABLED=0 GO111MODULE=off && go build -o /app/hello-world
44

5-
FROM alpine:3.21.3
5+
FROM alpine:3.22.0
66
WORKDIR /app
77
COPY --from=builder /app/hello-world .
88
EXPOSE 8080

0 commit comments

Comments
 (0)