Update rust (#14)
catapult PR / Rustfmt (pull_request) Successful in 49s
catapult PR / Clippy (pull_request) Successful in 1m35s
catapult PR / Check (pull_request) Successful in 2m1s

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-07-06 22:53:39 -04:00
parent 8fc4bb7626
commit 71ba4a9c56
6 changed files with 29 additions and 110 deletions
+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