Skip to content

Commit

Permalink
Merge pull request #86 from uselagoon/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
chore(deps): update alpine docker tag to v3.20
  • Loading branch information
bomoko authored Aug 15, 2024
2 parents ec8fb9b + 8cf863c commit a54f65d
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 @@ -21,7 +21,7 @@ FROM aquasec/trivy:0.49.1 as trivy
# Refer to https://github.com/GoogleContainerTools/distroless for more details
#FROM gcr.io/distroless/static:nonroot

FROM alpine:3.19
FROM alpine:3.20

COPY --from=trivy /usr/local/bin/trivy /usr/local/bin/trivy

Expand Down

0 comments on commit a54f65d

Please sign in to comment.