Update Dockerfile to 0.46.1 (#277)

This update fixes https://github.com/aquasecurity/trivy/issues/5441
pull/280/head 0.13.1
Witold Ślęczkowski 7 months ago committed by GitHub
parent b77b85c025
commit f78e9ecf42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save