Skip to content

Commit a9331fa

Browse files
dependabot[bot]vdemeester
authored andcommitted
build(deps): bump alpine from 3.16 to 3.19 in /images/crane
Bumps alpine from 3.16 to 3.19. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6f50aa commit a9331fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/crane/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16 AS crane
1+
FROM alpine:3.19 AS crane
22
ARG VERSION=0.12.0
33
# RUN apk add --no-cache go && go install github.com/slsa-framework/slsa-verifier/cli/[email protected]
44
RUN ARCH=$(uname -m) OS=$(uname) && \
@@ -7,7 +7,7 @@ RUN ARCH=$(uname -m) OS=$(uname) && \
77
# ~/go/bin/slsa-verifier -artifact-path go-containerregistry.tar.gz -provenance provenance.intoto.jsonl -source github.com/google/go-containerregistry -tag "v${VERSION}" && \
88
tar xvzf go-containerregistry.tar.gz -C /bin
99

10-
FROM alpine:3.16
10+
FROM alpine:3.19
1111
COPY --from=crane /bin/crane /bin/crane
1212
RUN apk add --no-cache bash tar
1313

0 commit comments

Comments
 (0)