Skip to content

Commit

Permalink
Update alpine Docker tag to v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent e0bacfd commit 0c0f725
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.18
FROM alpine:3.19

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

Expand Down

0 comments on commit 0c0f725

Please sign in to comment.