From fc5f08957c1fdb27e6e1148537fcf60e16ee46a8 Mon Sep 17 00:00:00 2001 From: Shanik1 Date: Wed, 6 Nov 2024 07:09:48 +0000 Subject: [PATCH] Upgrade to Grype v0.84.0 Signed-off-by: GitHub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f5afc2e4..9a4631afa 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.84.0 ENV PIP_VERSION=21.0.1 # setup build artifact directory