From b60526f9c5c88144c326fd7fe0e0f6309d08addc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Oct 2023 04:49:30 +0000 Subject: [PATCH] Update rust Docker tag to v1.73 (#739) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 -- #