File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl AS musl_x86_64
22FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl AS musl_aarch64
33
4- FROM rust:1.88 .0-slim-bookworm AS build-base
4+ FROM rust:1.89 .0-slim-bookworm AS build-base
55
66# Prepopulate cargo index and install dependencies
77RUN cargo search --limit=1 && \
@@ -28,7 +28,7 @@ RUN rustup target add \
2828 x86_64-unknown-linux-gnu \
2929 aarch64-unknown-linux-gnu && \
3030 rustup component add clippy rustfmt && \
31- cargo install cargo-chef@0.1.72 cargo-license@0.6.1 cargo-hakari@0.9.36
31+ cargo install cargo-chef@0.1.72 cargo-license@0.7.0 cargo-hakari@0.9.36
3232
3333# Install `just`
3434RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
You can’t perform that action at this time.
0 commit comments