Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions images/crane/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 AS crane
FROM alpine:3.22 AS crane
ARG VERSION=0.17.0
# RUN apk add --no-cache go && go install github.com/slsa-framework/slsa-verifier/cli/[email protected]
RUN ARCH=$(uname -m) OS=$(uname) && \
Expand All @@ -7,7 +7,7 @@ RUN ARCH=$(uname -m) OS=$(uname) && \
# ~/go/bin/slsa-verifier -artifact-path go-containerregistry.tar.gz -provenance provenance.intoto.jsonl -source github.com/google/go-containerregistry -tag "v${VERSION}" && \
tar xvzf go-containerregistry.tar.gz -C /bin

FROM alpine:3.19
FROM alpine:3.22
COPY --from=crane /bin/crane /bin/crane
RUN apk add --no-cache bash tar

Expand Down