chore: update Dockerfile to Rust 1.91 for edition 2024 support

This commit is contained in:
Till Wegmueller 2025-11-29 16:21:24 +01:00
parent 6b388de790
commit 362b57d4c3
No known key found for this signature in database

View file

@ -1,6 +1,6 @@
# Multi-stage build for Barycenter OpenID Connect IdP # Multi-stage build for Barycenter OpenID Connect IdP
# Build stage # Build stage
FROM rust:1.83-bookworm AS builder FROM rust:1.91-bookworm AS builder
WORKDIR /build WORKDIR /build