We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bce463 commit d62898dCopy full SHA for d62898d
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
-FROM aquasec/trivy:0.20.0
+FROM aquasec/trivy:0.20.2
2
COPY entrypoint.sh /
3
RUN apk --no-cache add bash
4
RUN chmod +x /entrypoint.sh
5
-ENTRYPOINT ["/entrypoint.sh"]
+ENTRYPOINT ["/entrypoint.sh"]
0 commit comments