Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 71219e4 commit 9aa1d5e
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.20.0
FROM alpine:3.20.1
WORKDIR /app
COPY --from=builder /app/hello-world .
EXPOSE 8080
Expand Down

0 comments on commit 9aa1d5e

Please sign in to comment.