Skip to content

Commit 3268685

Browse files
authored
Upgrade toolchain to 1.89 (#21)
1 parent 36f96c7 commit 3268685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl AS musl_x86_64
22
FROM 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
77
RUN 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`
3434
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin

0 commit comments

Comments
 (0)