From 455536fa8169ba6386add116c57ab58d91f1b698 Mon Sep 17 00:00:00 2001 From: Nico <60229704+Marchand-Nicolas@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:11:21 +0200 Subject: [PATCH 1/2] fix: update rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db978f4c..8b7fd74d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Rust image as the base image -FROM rust:1.73.0 +FROM rust:1.80.0 # Set the working directory WORKDIR . From a28d2543ba1fc08f573b06596d68a341de54a09a Mon Sep 17 00:00:00 2001 From: Nico <60229704+Marchand-Nicolas@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:19:30 +0200 Subject: [PATCH 2/2] fix: update rust version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b7fd74d..f54138bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Rust image as the base image -FROM rust:1.80.0 +FROM rust:1.81.0 # Set the working directory WORKDIR .