Update rust #14

Merged
phoenix merged 9 commits from update_rust into main 2026-07-06 22:53:39 -04:00
Showing only changes of commit 705c10514c - Show all commits
+1 -1
View File
@@ -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