We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232c327 commit ce723e5Copy full SHA for ce723e5
Dockerfile
@@ -24,7 +24,7 @@ ENV BASHBREW_LIBRARY $DIR/library
24
# crane for diff-pr.sh
25
# https://gcr.io/go-containerregistry/crane:latest
26
# 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/
+COPY --from=gcr.io/go-containerregistry/crane@sha256:fc86bcad43a000c2a1ca926a1e167db26c053cebc3fa5d14285c72773fb8c11d /ko-app/crane /usr/local/bin/
28
29
WORKDIR $DIR
30
COPY . $DIR
0 commit comments