Drop bad ci
All checks were successful
Rust Docker Build / build (push) Successful in 5m51s

This commit is contained in:
AB from home.homenet
2025-10-27 09:57:48 +02:00
parent 8d10a4deef
commit cabdd3aad3

View File

@@ -1,5 +1,5 @@
# Build stage with Rust
FROM rust:1.80-bookworm AS builder
FROM rust:1.90-bookworm AS builder
WORKDIR /app