2 Commits

Author SHA1 Message Date
6c72c514ae 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
2026-01-24 17:25:04 +00:00
arrelin
721534f213 try to fix 2026-01-24 20:24:46 +03:00

View File

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