From 0c2b363c8413e2e0f902e96d203db45ef6a18cb6 Mon Sep 17 00:00:00 2001 From: Shanik1 Date: Wed, 25 Sep 2024 07:09:53 +0000 Subject: [PATCH] Upgrade to Grype v0.80.2 Signed-off-by: GitHub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f5afc2e4..56676928a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV LC_ALL=C.UTF-8 # environment variables for dependent binary versions ENV SYFT_VERSION=v0.33.0 -ENV GRYPE_VERSION=v0.27.3 +ENV GRYPE_VERSION=v0.80.2 ENV PIP_VERSION=21.0.1 # setup build artifact directory