Skip to content

Commit 8046bea

Browse files
authored
Update Dockerfile
1 parent ce36183 commit 8046bea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ARG FULL_VERSION
99
ENV RUSTUP_HOME=/usr/local/rustup \
1010
CARGO_HOME=/usr/local/cargo \
1111
PATH=/usr/local/cargo/bin:$PATH \
12-
RUST_VERSION=1.85.0
12+
RUST_VERSION=1.88.0
1313

1414
RUN set -eux; \
1515
wget "https://static.rust-lang.org/rustup/archive/1.28.1/x86_64-unknown-linux-gnu/rustup-init"; \
1616
chmod +x rustup-init; \
17-
./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.85.0 --default-host x86_64-unknown-linux-gnu;
17+
./rustup-init -y --no-modify-path --profile minimal --default-toolchain 1.88.0 --default-host x86_64-unknown-linux-gnu;
1818

1919
RUN mkdir -p /output/usr/bin
2020
RUN mkdir -p /output/usr/share/doc/yazi

0 commit comments

Comments
 (0)