From ce723e57cec581a15b319cf4cf46a906b5c3f49d Mon Sep 17 00:00:00 2001 From: Laurent Goderre Date: Thu, 12 Dec 2024 12:48:22 -0500 Subject: [PATCH] Fixed reference to pruned crane image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6d21662e..66c8fecfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ ENV BASHBREW_LIBRARY $DIR/library # crane for diff-pr.sh # https://gcr.io/go-containerregistry/crane:latest # https://explore.ggcr.dev/?image=gcr.io/go-containerregistry/crane:latest -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/ WORKDIR $DIR COPY . $DIR