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 852c2f0 commit 067af3eCopy full SHA for 067af3e
‎Dockerfile
@@ -19,8 +19,8 @@ RUN \
19
cosign version
20
21
# install syft
22
-ARG SYFT_VERSION=v1.14.0
23
-ARG SYFT_SHA=21653debfeccb278576ffdd85b5dbe8cd44fcb820cae71e887a6ac2efb399d37
+ARG SYFT_VERSION=v1.14.1
+ARG SYFT_SHA=3feb88479405252b84a55de6e36fec49ec7bd8981ca145af17b369d7836cfd7b
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