fix: clone pi-gen bookworm branch to match RELEASE config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ordinarthur 2026-04-13 22:17:10 +02:00
parent f91f9ba007
commit 2f6a271098

View File

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