Upgrade Rust version in Docker image

This commit is contained in:
Quentin Gliech
2022-02-28 10:03:09 +01:00
parent 0d743c89a3
commit 5a0ab1ccc2

View File

@@ -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 ##