From 8b012607fe8c93254d33f9b7f3f5f973c011b1a0 Mon Sep 17 00:00:00 2001 From: phoenix Date: Mon, 6 Jul 2026 22:19:03 -0400 Subject: [PATCH] bump: rust docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16962b1..3a86044 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM rust:1.96 as builder +FROM rust:1.96.1 as builder # Set the working directory inside the container WORKDIR /usr/src/app