Skip to content

Commit 653e4fc

Browse files
authored
Bump Rust image to 1.84.1 (#14)
* Bump Rust image to 1.84.1 * Bump cargo-chef version
1 parent bce9136 commit 653e4fc

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.82.0-slim-bookworm AS build-base
4+
FROM rust:1.84.1-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-
31+
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)