Skip to content

Commit ce723e5

Browse files
Fixed reference to pruned crane image
1 parent 232c327 commit ce723e5

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)