From 4099a23d374b902ab7a1ecfb7c200bc46e4ed8a8 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Wed, 11 Mar 2026 18:50:50 +0000 Subject: [PATCH] bump rust to v1.94 and fix docker base image path --- Containerfile | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 6bbe016..e3e91b9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/rustlang/rust:1.93 AS chef +FROM docker.io/library/rust:1.94 AS chef WORKDIR /app RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/ diff --git a/mise.toml b/mise.toml index d7d690b..340c070 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] deno = "latest" rebar = "latest" -rust = { version = "1.93", components = "rust-analyzer,clippy" } +rust = { version = "1.94", components = "rust-analyzer,clippy" } watchexec = "latest" "cargo:sqlx-cli" = "0.8.6"