From 47e481a3883f5619fb508efe5c5c7f4f2ba2073d Mon Sep 17 00:00:00 2001 From: Victor Sollerhed Date: Tue, 7 Nov 2023 02:35:08 +0100 Subject: [PATCH] Update to `trivy` version `0.47.0` in Dockerfile (#280) 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