From 727824e473a670de1dd88d07274f16a1e6ef8539 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:01:26 +0000 Subject: [PATCH] Update rust Docker tag to v1.73 --- Dockerfile.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.odin b/Dockerfile.odin index d7c51619..d49a64c5 100644 --- a/Dockerfile.odin +++ b/Dockerfile.odin @@ -1,5 +1,5 @@ ARG DEBIAN_VERSION=12 -ARG RUST_VERSION=1.72 +ARG RUST_VERSION=1.73 # ------------------ # # -- Odin Planner -- #