From 9ad018367e136bf75cfa614bc64c5f4499cbcab5 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 13 Jan 2024 22:52:19 -0500 Subject: [PATCH] fix: Used wrong image for installer in Containerfile template --- templates/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Containerfile b/templates/Containerfile index 61545b7..d7bcbe8 100644 --- a/templates/Containerfile +++ b/templates/Containerfile @@ -21,7 +21,7 @@ COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq COPY --from=gcr.io/projectsigstore/cosign /ko-app/cosign /usr/bin/cosign -COPY --from=registry.gitlab.com/wunker-bunker/blue-build:installer /out/bb /usr/bin/bb +COPY --from=registry.gitlab.com/wunker-bunker/blue-build:latest-installer /out/bb /usr/bin/bb COPY config /tmp/config/