neueres rust verwenden
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 14m29s
Some checks failed
Build Docker Image (Podman) / build (push) Failing after 14m29s
This commit is contained in:
parent
68140a0c45
commit
ca43d6b9a5
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "paramod"
|
||||
version = "__VERSION__"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
serde_yaml = "0.9"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
# Build Stage
|
||||
FROM rust:1.81 as builder
|
||||
FROM rust:1.85 as builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user