From f39d29766a1eb7432c47f6bb7b64ed70b2241524 Mon Sep 17 00:00:00 2001 From: Carol Valencia <8355621+krol3@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:05:28 -0300 Subject: [PATCH] chore: Update trivy version to 0.25 (#100) Co-authored-by: carolina valencia --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3662b60..23eff7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/trivy:0.23.0 +FROM aquasec/trivy:0.25.0 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh