Update docker base image for trivy. (#44)

This commit is contained in:
rahul2393
2021-05-12 22:43:49 +05:30
committed by GitHub
parent fd44a8c1a7
commit 9789b6ae3b
+1 -1
View File
@@ -1,4 +1,4 @@
FROM aquasec/trivy:0.17.2
FROM aquasec/trivy:0.18.0
COPY entrypoint.sh /
RUN apk --no-cache add bash
RUN chmod +x /entrypoint.sh