Skip to content

Commit

Permalink
Update Trivy Version in Dockerfile (#117)
Browse files Browse the repository at this point in the history
Updated the dockerfile to use the latest release of Trivy.
  • Loading branch information
james-luther authored Jun 2, 2022
1 parent 987beb8 commit df3fb7d
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
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.27.1
FROM aquasec/trivy:0.28.1
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit df3fb7d

Please sign in to comment.