From 8eccb5539730451af599c84f444c6d6cf0fc2bb0 Mon Sep 17 00:00:00 2001 From: Peter Kipping <75957833+peter-kipping-seequent@users.noreply.github.com> Date: Wed, 18 Aug 2021 06:50:20 +1200 Subject: [PATCH] Bump base image version to 0.19.2 to fix issue with config scanning. (#58) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c87fef..b6aaf3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM aquasec/trivy:0.19.1 +FROM aquasec/trivy:0.19.2 COPY entrypoint.sh / RUN apk --no-cache add bash RUN chmod +x /entrypoint.sh