From eaf7f95cd35f9b001ed2ea83186890d9ea9dfc43 Mon Sep 17 00:00:00 2001 From: "AB from home.homenet" Date: Mon, 27 Oct 2025 09:49:12 +0200 Subject: [PATCH] Drop bad ci --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f747671..ba0f4f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # Use standard Rust image and install cargo-chef -FROM rust:1.82-bookworm AS chef +FROM rust:1.80-bookworm AS chef WORKDIR /app # Install cargo-chef -RUN cargo install cargo-chef --version 0.1.67 +RUN cargo install cargo-chef --version 0.1.62 # Install system dependencies needed for building RUN apt-get update && apt-get install -y \