Skip to content

Commit 5188301

Browse files
Update alpine Docker tag to v3.22
1 parent edfcbde commit 5188301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ADD hello-world.go /go/src/app
77
RUN go build hello-world.go
88

99
# We use a Docker multi-stage build here in order that we only take the compiled go executable
10-
FROM alpine:3.21
10+
FROM alpine:3.22
1111

1212
LABEL org.opencontainers.image.source="https://github.com/jonashackt/docker-hello-world"
1313

0 commit comments

Comments
 (0)