Update Dockerfile to 0.46.1 (#277)

This update fixes https://github.com/aquasecurity/trivy/issues/5441
This commit is contained in:
Witold Ślęczkowski
2023-10-31 01:28:16 +01:00
committed by GitHub
parent b77b85c025
commit f78e9ecf42
+1 -1
View File
@@ -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