bump: rust docker

This commit is contained in:
2026-05-09 18:59:32 -04:00
parent a61165a08b
commit 62a91b347e
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application # Stage 1: Build the application
FROM rust:1.94 as builder FROM rust:1.95 as builder
# Set the working directory inside the container # Set the working directory inside the container
WORKDIR /usr/src/app WORKDIR /usr/src/app