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:
parent
f91f9ba007
commit
2f6a271098
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user