Skip to content

Commit

Permalink
Merge pull request #62 from uselagoon/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update alpine Docker tag to v3.19
  • Loading branch information
bomoko authored Feb 7, 2024
2 parents b3bce5b + b502213 commit 2e67fa6
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.0 as trivy
# Refer to https://github.com/GoogleContainerTools/distroless for more details
#FROM gcr.io/distroless/static:nonroot

FROM alpine:3.18
FROM alpine:3.19

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

Expand Down

0 comments on commit 2e67fa6

Please sign in to comment.