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 8fadfb1 commit cf1af1bCopy full SHA for cf1af1b
‎Dockerfile
@@ -19,8 +19,8 @@ RUN \
19
cosign version
20
21
# install syft
22
-ARG SYFT_VERSION=v1.12.2
23
-ARG SYFT_SHA=a41c86cc51a15dbacdf431418b96ee051171b487fdddb7591f275b2d7a7ace1c
+ARG SYFT_VERSION=v1.13.0
+ARG SYFT_SHA=4a664f0b6de1bb3cfebebcf8baea7560d3f4b7424130f1cc2075de746a3cc039
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