From 2f6a2710980f99d6b5512b77f9e85a1c7c4088ed Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Mon, 13 Apr 2026 22:17:10 +0200 Subject: [PATCH] fix: clone pi-gen bookworm branch to match RELEASE config Co-Authored-By: Claude Opus 4.6 --- tools/pi-gen-tipote/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pi-gen-tipote/Dockerfile b/tools/pi-gen-tipote/Dockerfile index 6f1108c..58646fd 100644 --- a/tools/pi-gen-tipote/Dockerfile +++ b/tools/pi-gen-tipote/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \ WORKDIR /build # Clone pi-gen -RUN git clone --depth 1 https://github.com/RPi-Distro/pi-gen.git /build/pi-gen +RUN git clone --depth 1 --branch bookworm https://github.com/RPi-Distro/pi-gen.git /build/pi-gen # Copy config and stage COPY config /build/pi-gen/config