From 93f6e28d61c02518b4fb46a0ae264b0c82764b6f Mon Sep 17 00:00:00 2001 From: Simon Klakegg Date: Mon, 30 Oct 2023 13:06:00 +0100 Subject: [PATCH] chore: update Dockerfile --- 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