From 3a802a0abbe8b3cf6ef06837dcdd77b2d6734021 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 1 Feb 2022 15:24:22 +0100 Subject: [PATCH] Bump Rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1911baef7..0a4589b04 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.0 +ARG RUSTC_VERSION=1.58.1 ARG NODEJS_VERSION=16 ## Build stage that builds the static files/frontend ##