From f78e9ecf42a1271402d4f484518b9313235990e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Witold=20=C5=9Al=C4=99czkowski?= Date: Tue, 31 Oct 2023 01:28:16 +0100 Subject: [PATCH] Update Dockerfile to 0.46.1 (#277) 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