Updating dockerfile

This commit is contained in:
2026-06-14 18:57:23 -04:00
parent fbea3ffdaf
commit af96ac6335
+1 -1
View File
@@ -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