Skip to content

Commit e0bacfd

Browse files
committed
Update alpine Docker tag to v3.18
1 parent 30ba761 commit e0bacfd

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.14
10+
FROM alpine:3.18
1111

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

0 commit comments

Comments
 (0)