From af96ac6335d1c26e09418d101b7be92d5dcb4fe3 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 14 Jun 2026 18:57:23 -0400 Subject: [PATCH] Updating dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f611bc8..16962b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application -FROM rust:1.95 as builder +FROM rust:1.96 as builder # Set the working directory inside the container WORKDIR /usr/src/app