From d62898dfb3e9cadb919e8119e4a096197174fd64 Mon Sep 17 00:00:00 2001 From: Simar <1254783+simar7@users.noreply.github.com> Date: Tue, 26 Oct 2021 11:44:53 -0700 Subject: [PATCH] Bump to latest Trivy release --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 496f3b3..03a615e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM aquasec/trivy:0.20.0 +FROM aquasec/trivy:0.20.2 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]