Skip to content

Commit

Permalink
Update Dockerfile to 0.46.1 (#277)
Browse files Browse the repository at this point in the history
This update fixes aquasecurity/trivy#5441
  • Loading branch information
witoldsleczkowski committed Oct 31, 2023
1 parent b77b85c commit f78e9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.46.0
FROM ghcr.io/aquasecurity/trivy:0.46.1
COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit f78e9ec

Please sign in to comment.