Skip to content

Commit 13a7aed

Browse files
committed
make sure to pull only hash pinned
1 parent e51d281 commit 13a7aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/images/common/Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ENV TARGET=x86_64-unknown-linux-musl
2828
ENV RUSTFLAGS="-C target-feature=+crt-static"
2929
ENV CARGOFLAGS="--locked --no-default-features --release --target ${TARGET}"
3030
ENV OPENSSL_STATIC=true
31-
COPY --from=stagex/busybox . /
32-
COPY --from=stagex/bash . /
31+
COPY --from=busybox . /
32+
COPY --from=bash . /
3333
COPY --from=coreutils . /
3434
COPY --from=findutils . /
3535
COPY --from=grep . /

0 commit comments

Comments
 (0)