diff --git a/Dockerfile b/Dockerfile index 337a9434..2b70200b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -q -y \ ENV RUSTUP_HOME=/usr/local/rustup \ CARGO_HOME=/usr/local/cargo \ PATH=/usr/local/cargo/bin:$PATH \ - RUST_VERSION=1.47.0 + RUST_VERSION=1.49.0 RUN set -eux; \ wget -O rustup-init "https://sh.rustup.rs"; \ chmod +x rustup-init; \