Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 23, 2024
1 parent 8b00080 commit cd47392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:latest AS builder
COPY ./hello-world.go .
RUN go env -w CGO_ENABLED=0 GO111MODULE=off && go build -o /app/hello-world

FROM alpine:3.19.1
FROM alpine:3.20.0
WORKDIR /app
COPY --from=builder /app/hello-world .
EXPOSE 8080
Expand Down

0 comments on commit cd47392

Please sign in to comment.