Skip to content

Commit 4a9efe3

Browse files
authored
Merge pull request docker-library#18080 from LaurentGoderre/fix-bashbrew-crane
Fixed reference to pruned crane image
2 parents 232c327 + ce723e5 commit 4a9efe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV BASHBREW_LIBRARY $DIR/library
2424
# crane for diff-pr.sh
2525
# https://gcr.io/go-containerregistry/crane:latest
2626
# https://explore.ggcr.dev/?image=gcr.io/go-containerregistry/crane:latest
27-
COPY --from=gcr.io/go-containerregistry/crane@sha256:d0e5cc313e7388a573bb4cfb980a935bb740c5787df7d90f7066b8e8146455ed /ko-app/crane /usr/local/bin/
27+
COPY --from=gcr.io/go-containerregistry/crane@sha256:fc86bcad43a000c2a1ca926a1e167db26c053cebc3fa5d14285c72773fb8c11d /ko-app/crane /usr/local/bin/
2828

2929
WORKDIR $DIR
3030
COPY . $DIR

0 commit comments

Comments
 (0)