From 45b78581d3cffa5384c72beb1655f78dd24635c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20=C5=9Al=C4=99czkowski?= Date: Mon, 30 Oct 2023 13:39:17 +0100 Subject: [PATCH] Update Dockerfile to 0.46.1 This update fixes https://github.com/aquasecurity/trivy/issues/5441 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81ec36e..b50ba87 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/aquasecurity/trivy:0.46.0 +FROM ghcr.io/aquasecurity/trivy:0.46.1 COPY entrypoint.sh / RUN apk --no-cache add bash curl npm RUN chmod +x /entrypoint.sh