From eed0c9b4b851ddc24d5f44d228f4f7add01d6141 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 8 Apr 2022 09:20:19 +0200 Subject: [PATCH] Bump Rust version to 1.60.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3c46a487f..79daa371a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # The Debian version and version name must be in sync ARG DEBIAN_VERSION=11 ARG DEBIAN_VERSION_NAME=bullseye -ARG RUSTC_VERSION=1.59.0 +ARG RUSTC_VERSION=1.60.0 ARG NODEJS_VERSION=16 ## Build stage that builds the static files/frontend ##