File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN set -eux; \
2828 echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
2929 chmod +x rustup-init
3030
31- ENV RUST_VERSION=1.67.0
31+ ENV RUST_VERSION=1.67.1
3232
3333RUN set -eux; \
3434 ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN set -eux; \
3636 echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
3737 chmod +x rustup-init
3838
39- ENV RUST_VERSION=1.67.0
39+ ENV RUST_VERSION=1.67.1
4040
4141RUN set -eux; \
4242 ./rustup-init -y --no-modify-path --default-toolchain $RUST_VERSION; \
Original file line number Diff line number Diff line change 33import os
44from urllib import request
55
6- RUST_VERSION = '1.67.0 '
6+ RUST_VERSION = '1.67.1 '
77RUSTUP_VERSION = '1.25.2'
88
99RUST_ARCH = 'x86_64-unknown-linux-gnu'
You can’t perform that action at this time.
0 commit comments