mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 21:20:41 +00:00
chore: update Dockerfile to Rust 1.91 for edition 2024 support
This commit is contained in:
parent
6b388de790
commit
362b57d4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue