We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149caae commit c139b1aCopy full SHA for c139b1a
Dockerfile
@@ -1,8 +1,8 @@
1
ARG RUST_VERSION=1.80.1
2
-FROM rust:${RUST_VERSION}-alpine3.19
+FROM rust:${RUST_VERSION}-alpine3.20
3
ENV TARGETS="x86_64-unknown-linux-musl aarch64-unknown-linux-musl x86_64-unknown-linux-gnu aarch64-unknown-linux-gnu riscv64gc-unknown-linux-gnu"
4
RUN rustup target add ${TARGETS}
5
6
# needed for cargo-chef and cargo-sbom, as well as many other compilations
7
RUN apk add musl-dev linux-headers make
8
-RUN cargo install cargo-chef cargo-sbom
+RUN cargo install cargo-chef@0.1.67 cargo-sbom@0.9.1
0 commit comments