Skip to content

Commit 8d1841b

Browse files
chore(deps): update alpine docker tag to v3.22.2 (#44)
1 parent 774c5b2 commit 8d1841b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.22.1
5+
FROM alpine:3.22.2
66
WORKDIR /app
77
COPY --from=builder /app/hello-world .
88
EXPOSE 8080

0 commit comments

Comments
 (0)