Fix CI
Some checks failed
Publish Server Image / build-and-push-image (push) Failing after 42s

This commit is contained in:
Ultradesu
2026-03-11 00:26:56 +00:00
parent 3a31173046
commit 7aee798a01

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the rust binary
FROM rust:1.80-bookworm AS builder
FROM rust:1.85-bookworm AS builder
# Install supplementary dependencies that might be needed
RUN apt-get update && apt-get install -y \