From 5a0ab1ccc2cd28bd41fc1a5354122ee74cf7ddf4 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 28 Feb 2022 10:03:09 +0100 Subject: [PATCH] Upgrade Rust version in Docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9e7310b3..edd2c79f7 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.58.1 +ARG RUSTC_VERSION=1.59.0 ARG NODEJS_VERSION=16 ## Build stage that builds the static files/frontend ##