This commit is contained in:
arrelin
2025-12-15 19:09:27 +03:00
parent 49a0398169
commit 0115f7674c
2 changed files with 2 additions and 2 deletions

View File

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