From 8e8c42099913a60af49c0a02002fa5d7fed7d724 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 14 Dec 2021 11:57:41 +0100 Subject: [PATCH] docker: rollback to rust 1.56.1 This should improve build times --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 100d8b924..c9245b211 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # The Debian version and version name must be in sync ARG DEBIAN_VERSION=11 ARG DEBIAN_VERSION_NAME=bullseye -ARG RUSTC_VERSION=1.57.0 +ARG RUSTC_VERSION=1.56.1 ARG NODEJS_VERSION=16 ## Build stage that builds the static files/frontend ##