Update rust #249

Merged
kdeng00 merged 9 commits from update_rust into main 2026-04-05 18:13:49 -04:00
Showing only changes of commit 3c3de1a6ba - Show all commits
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application # Stage 1: Build the application
FROM rust:1.90 as builder FROM rust:1.94 as builder
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /usr/src/app WORKDIR /usr/src/app