From 62a91b347e0121a9952e37af23b49d44efec9379 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sat, 9 May 2026 18:59:32 -0400 Subject: [PATCH] bump: rust docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb78175..c458975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM rust:1.94 as builder +FROM rust:1.95 as builder # Set the working directory inside the container WORKDIR /usr/src/app