From 1133f58f553e6354e4aff10be5b9c0dd6bbf7f23 Mon Sep 17 00:00:00 2001 From: Christian Schilling Date: Wed, 21 Feb 2024 14:11:09 +0100 Subject: [PATCH] Bump Rust to 1.74 (#1312) clap_lex failed building with the older version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 728454fe..981ef6b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV PATH=/usr/local/cargo/bin:${PATH} ARG ARCH ARG RUSTUP_VERSION=1.26.0 -ARG RUST_VERSION=1.72.1 +ARG RUST_VERSION=1.74 ARG RUST_ARCH=${ARCH}-unknown-linux-musl # https://github.com/sfackler/rust-openssl/issues/1462