Skip to content

Commit

Permalink
chore(deps): update aquasec/trivy docker tag to v0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 454e016 commit 871c0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insights-scanner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG UPSTREAM_REPO
ARG UPSTREAM_TAG
ARG GO_VER
FROM ${UPSTREAM_REPO:-uselagoon}/commons:${UPSTREAM_TAG:-latest} AS commons
FROM aquasec/trivy:0.52.2 AS trivy
FROM aquasec/trivy:0.55.0 AS trivy

FROM docker:20.10.24

Expand Down

0 comments on commit 871c0e7

Please sign in to comment.