From 13baece6aa1a9a92409879ee91efc4a770fbb640 Mon Sep 17 00:00:00 2001 From: Commiter Bot Date: Tue, 8 Oct 2024 16:32:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Updated=20depdencies=202024-10-0?= =?UTF-8?q?8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d9b3966..7ba2bea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,8 +19,8 @@ RUN \ cosign version # install syft -ARG SYFT_VERSION=v1.13.0 -ARG SYFT_SHA=4a664f0b6de1bb3cfebebcf8baea7560d3f4b7424130f1cc2075de746a3cc039 +ARG SYFT_VERSION=v1.14.0 +ARG SYFT_SHA=21653debfeccb278576ffdd85b5dbe8cd44fcb820cae71e887a6ac2efb399d37 RUN \ SYFT_DOWNLOAD_FILE=syft_${SYFT_VERSION#v}_linux_amd64.tar.gz && \ SYFT_DOWNLOAD_URL=https://github.com/anchore/syft/releases/download/${SYFT_VERSION}/${SYFT_DOWNLOAD_FILE} && \