Skip to content

Commit

Permalink
make sure to pull only hash pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov committed Apr 23, 2024
1 parent ba41fe7 commit 540ae65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/images/common/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . /
Expand Down

0 comments on commit 540ae65

Please sign in to comment.