Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 0c0f725 commit ca23137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD hello-world.go /go/src/app
RUN go build hello-world.go

# We use a Docker multi-stage build here in order that we only take the compiled go executable
FROM alpine:3.19
FROM alpine:3.20

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

Expand Down

0 comments on commit ca23137

Please sign in to comment.