From 6f6cfe391a821660cf3aa3a94d6a25519da9ebbd Mon Sep 17 00:00:00 2001 From: Recap Time Bot Date: Sat, 18 Sep 2021 12:33:42 +0000 Subject: [PATCH] Autofix: upgrade-rustup-toolchain Signed-off-by: Recap Time Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b59681..818fec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN curl -fsSL https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-ins twine ### Rust ### -RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.53.0 \ +RUN curl -fsSL https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain 1.55.0 \ && rustup component add \ rls \ rust-analysis \