changed image to buster
Some checks failed
Cargo Build & Test / Push to container registry (push) Failing after 1m37s

This commit is contained in:
2025-07-18 11:37:18 +02:00
parent 5ba6b1bf16
commit bbd51275c8

View File

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