Merge pull request 'try to fix' (#13) from bugfix/deps-update into master
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 5s

Reviewed-on: http://192.168.31.100:3847/Arrelin/family_budget/pulls/13
This commit was merged in pull request #13.
This commit is contained in:
2026-01-24 17:25:04 +00:00

View File

@@ -1,4 +1,4 @@
FROM rust:1.92.0 AS builder
FROM rust:latest AS builder
WORKDIR /app