diff --git a/Dockerfile b/Dockerfile index dfa8aa0..f5334d9 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.08.04 AS chef +FROM git.kemitix.net/kemitix/git-next-builder:2024.12.28 AS chef WORKDIR /app FROM chef AS planner