Skip to content

Commit

Permalink
build(deps): bump alpine from 3.19 to 3.20 in /images/crane
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.20.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent a4f42f2 commit 4d72d14
Showing 1 changed file with 2 additions and 2 deletions.
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.20 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.20
COPY --from=crane /bin/crane /bin/crane
RUN apk add --no-cache bash tar

Expand Down

0 comments on commit 4d72d14

Please sign in to comment.