From c27d891b655968a14714dd23c60816fa2060b82f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 4 Aug 2024 09:42:36 +0100 Subject: [PATCH] build: upgrade git-next-builder to 2024-08-04 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64af02d..084c9d2 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