changed image again
All checks were successful
Cargo Build & Test / Push to container registry (push) Successful in 2m43s

This commit is contained in:
2025-07-18 11:40:28 +02:00
parent bbd51275c8
commit 7f200edd72

View File

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