We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ba0a5 commit 758270aCopy full SHA for 758270a
‎Dockerfile
@@ -19,8 +19,8 @@ RUN \
19
cosign version
20
21
# install syft
22
-ARG SYFT_VERSION=v1.14.2
23
-ARG SYFT_SHA=8fea5191eb749805dc891e4cc7942341ebc95e40b32a4d74647fa7bf6b00cd26
+ARG SYFT_VERSION=v1.15.0
+ARG SYFT_SHA=bd7215c3e0bfaec1139c3c46908b65ae01bc8d745723a3ce42b9659c2b62e428
24
RUN \
25
SYFT_DOWNLOAD_FILE=syft_${SYFT_VERSION#v}_linux_amd64.tar.gz && \
26
SYFT_DOWNLOAD_URL=https://github.com/anchore/syft/releases/download/${SYFT_VERSION}/${SYFT_DOWNLOAD_FILE} && \
0 commit comments