From ea8c23a997da5c1608f3b53866ce5dcff8295a55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:44:37 +0200 Subject: [PATCH] Update rust Docker tag to v1.82.0 (#138) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile.rust | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.rust b/Dockerfile.rust index 936dafb..4f3b371 100644 --- a/Dockerfile.rust +++ b/Dockerfile.rust @@ -1,4 +1,4 @@ -FROM rust:1.81.0 +FROM rust:1.82.0 RUN apt-get update && apt-get install -y \ clang \