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 Nov 28, 2024
1 parent e1d747e commit bedfb9d
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 @@ -20,7 +20,7 @@ RUN GO111MODULE=on go mod download
RUN go build -o /opt/go-test-server app/main.go

# run
FROM alpine:3.18 as executor
FROM alpine:3.20 as executor

WORKDIR /opt
COPY --from=builder /opt /opt
Expand Down

0 comments on commit bedfb9d

Please sign in to comment.