From 540ae656f729c38a34e5f710ba4244fb165f4d88 Mon Sep 17 00:00:00 2001 From: Zeke Mostov Date: Tue, 23 Apr 2024 16:49:15 -0400 Subject: [PATCH] make sure to pull only hash pinned --- src/images/common/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/images/common/Containerfile b/src/images/common/Containerfile index 5096487ca..212780f14 100644 --- a/src/images/common/Containerfile +++ b/src/images/common/Containerfile @@ -28,8 +28,8 @@ ENV TARGET=x86_64-unknown-linux-musl ENV RUSTFLAGS="-C target-feature=+crt-static" ENV CARGOFLAGS="--locked --no-default-features --release --target ${TARGET}" ENV OPENSSL_STATIC=true -COPY --from=stagex/busybox . / -COPY --from=stagex/bash . / +COPY --from=busybox . / +COPY --from=bash . / COPY --from=coreutils . / COPY --from=findutils . / COPY --from=grep . /