We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51d281 commit 13a7aedCopy full SHA for 13a7aed
src/images/common/Containerfile
@@ -28,8 +28,8 @@ ENV TARGET=x86_64-unknown-linux-musl
28
ENV RUSTFLAGS="-C target-feature=+crt-static"
29
ENV CARGOFLAGS="--locked --no-default-features --release --target ${TARGET}"
30
ENV OPENSSL_STATIC=true
31
-COPY --from=stagex/busybox . /
32
-COPY --from=stagex/bash . /
+COPY --from=busybox . /
+COPY --from=bash . /
33
COPY --from=coreutils . /
34
COPY --from=findutils . /
35
COPY --from=grep . /
0 commit comments