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 c6f50aa commit a9331faCopy full SHA for a9331fa
images/crane/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.16 AS crane
+FROM alpine:3.19 AS crane
2
ARG VERSION=0.12.0
3
# RUN apk add --no-cache go && go install github.com/slsa-framework/slsa-verifier/cli/[email protected]
4
RUN ARCH=$(uname -m) OS=$(uname) && \
@@ -7,7 +7,7 @@ RUN ARCH=$(uname -m) OS=$(uname) && \
7
# ~/go/bin/slsa-verifier -artifact-path go-containerregistry.tar.gz -provenance provenance.intoto.jsonl -source github.com/google/go-containerregistry -tag "v${VERSION}" && \
8
tar xvzf go-containerregistry.tar.gz -C /bin
9
10
-FROM alpine:3.16
+FROM alpine:3.19
11
COPY --from=crane /bin/crane /bin/crane
12
RUN apk add --no-cache bash tar
13
0 commit comments