mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-12-16 09:27:52 +00:00
Drop bad ci
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user