Updating rust version in docker file

This commit is contained in:
2026-04-05 17:48:47 -04:00
parent 354a60fd8b
commit 3c3de1a6ba
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM rust:1.90 as builder
FROM rust:1.94 as builder
# Set the working directory inside the container
WORKDIR /usr/src/app