changed rust version
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m2s

This commit is contained in:
2025-07-18 11:17:25 +02:00
parent 7ef71125cc
commit 226e7114d4

View File

@@ -1,4 +1,4 @@
FROM rust:1.67 as builder
FROM rust:1.88 as builder
WORKDIR /usr/src/myapp
COPY . .
RUN cargo install --path .