Compare commits

..

No commits in common. "12f562530c0973e62daac8c792fb09854c121cf9" and "cdb7e35559423c1b081e2557bd98a91a02caeedb" have entirely different histories.

View file

@ -1,6 +1,6 @@
# Leveraging the pre-built Docker images with # Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain # cargo-chef and the Rust toolchain
FROM git.kemitix.net/kemitix/git-next-builder:2024.08.04 AS chef FROM git.kemitix.net/kemitix/git-next-builder:2024.07.05 AS chef
WORKDIR /app WORKDIR /app
FROM chef AS planner FROM chef AS planner
@ -15,7 +15,7 @@ COPY . .
RUN cargo build --release --bin git-next && \ RUN cargo build --release --bin git-next && \
strip target/release/git-next strip target/release/git-next
FROM docker.io/debian:stable-20240722-slim AS runtime FROM docker.io/debian:stable-20240701-slim AS runtime
WORKDIR /app WORKDIR /app
RUN apt-get update && \ RUN apt-get update && \
apt-get install --no-install-recommends -y \ apt-get install --no-install-recommends -y \