Updating workflow for main workflows #9

Merged
phoenix merged 15 commits from tweak_add_contact into main 2026-06-14 19:12:25 -04:00
Showing only changes of commit af96ac6335 - Show all commits
+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