update rust version

This commit is contained in:
Marco Cadetg
2025-09-10 14:39:08 +02:00
parent 41aae979b6
commit ca7d2b33eb

View File

@@ -1,5 +1,5 @@
# Multi-stage Docker build for RustNet
FROM rust:1.82-slim AS builder
FROM rust:1.89-slim AS builder
# Install build dependencies
RUN apt-get update && apt-get install -y \