Skip to content

Commit 6e69511

Browse files
authored
Merge pull request #6 from jonashackt/renovate/alpine-3.x
Update alpine Docker tag to v3.14
2 parents 6f0798b + 429f175 commit 6e69511

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.13
10+
FROM alpine:3.14
1111

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

0 commit comments

Comments
 (0)