From 2f728c4bf2164ff0b23aae94464bd3bef1990226 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 17 Jul 2026 16:56:18 -0400 Subject: [PATCH] bump: rust docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6aa3fb9..24a2c3f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.96.1 as builder +FROM rust:1.97 as builder # Set the working directory inside the container WORKDIR /usr/src/app