bump: rust docker
textsender_api PR / Rustfmt (pull_request) Successful in 1m53s
textsender_api PR / Clippy (pull_request) Successful in 2m45s
textsender_api PR / Check (pull_request) Successful in 2m58s

This commit is contained in:
2026-07-06 22:19:03 -04:00
parent 2afd0941aa
commit 8b012607fe
+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