Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent 30ba761 commit e0bacfd
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.14
FROM alpine:3.18

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

Expand Down

0 comments on commit e0bacfd

Please sign in to comment.