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 a21bc6f commit f057cf3Copy full SHA for f057cf3
‎Dockerfile
@@ -19,8 +19,8 @@ RUN \
19
cosign version
20
21
# install syft
22
-ARG SYFT_VERSION=v1.11.0
23
-ARG SYFT_SHA=0a61e5ef09f88562a35b6ec5dd27fa77f19c8611c26e58d527c4da191736b472
+ARG SYFT_VERSION=v1.11.1
+ARG SYFT_SHA=73855edbe791ef548e1b2b14034c1ceddfd80f7a9da9b4e94dc69e4eea5a12bd
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