Updating workflow for main workflows (#9)
Rust Build / Rustfmt (push) Successful in 43s
Rust Build / Check (push) Successful in 1m55s
Rust Build / Clippy (push) Successful in 1m48s
Rust Build / Test Suite (push) Successful in 2m42s
Rust Build / build (push) Successful in 2m40s

Reviewed-on: phoenix/textsender_api#9
This commit was merged in pull request #9.
This commit is contained in:
2026-06-14 19:12:25 -04:00
parent ff35a8c3aa
commit 3117f46a73
7 changed files with 282 additions and 99 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM rust:1.95 as builder
FROM rust:1.96 as builder
# Set the working directory inside the container
WORKDIR /usr/src/app