Drop bad ci

This commit is contained in:
AB from home.homenet
2025-10-27 09:49:12 +02:00
parent b96c520f9d
commit eaf7f95cd3

View File

@@ -1,9 +1,9 @@
# Use standard Rust image and install cargo-chef # Use standard Rust image and install cargo-chef
FROM rust:1.82-bookworm AS chef FROM rust:1.80-bookworm AS chef
WORKDIR /app WORKDIR /app
# Install cargo-chef # 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 # Install system dependencies needed for building
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \