diff --git a/Dockerfile b/Dockerfile index 64af02d3..084c9d29 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Leveraging the pre-built Docker images with # cargo-chef and the Rust toolchain -FROM git.kemitix.net/kemitix/git-next-builder:2024.07.05 AS chef +FROM git.kemitix.net/kemitix/git-next-builder:2024.08.04 AS chef WORKDIR /app FROM chef AS planner