From 2ae17b71132b73f8593a81074d6f2ada783c909c Mon Sep 17 00:00:00 2001 From: Recap Time Bot Date: Sat, 25 Sep 2021 12:41:28 +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 53c5863..df0cd5c 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 \