From ad7ed3f2fa55d20bf08f36fe5cd8a897ff94e210 Mon Sep 17 00:00:00 2001 From: Victor Sollerhed Date: Mon, 6 Nov 2023 22:33:53 +0100 Subject: [PATCH] Update to `trivy` version `0.47.0` in Dockerfile See: - https://github.com/aquasecurity/trivy/releases/tag/v0.47.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b50ba87..05cd4a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/aquasecurity/trivy:0.46.1 +FROM ghcr.io/aquasecurity/trivy:0.47.0 COPY entrypoint.sh / RUN apk --no-cache add bash curl npm RUN chmod +x /entrypoint.sh