build: upgrade git-next-builder to 2024-08-04

This commit is contained in:
Paul Campbell 2024-08-04 09:42:36 +01:00
parent cdb7e35559
commit f61f822bd4

View file

@ -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