mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-01-24 02:35:43 +00:00
Update busybox base image to v.1.34
This version contains a fix to an issue uncompressing OS images zip files larger than 4GB.
This commit is contained in:
parent
6c1ac8edab
commit
cafca65ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ RUN make -j$(nproc)
|
|||
|
||||
|
||||
# Build the dockerpi VM image
|
||||
FROM busybox:1.31 AS dockerpi-vm
|
||||
FROM busybox:1.34 AS dockerpi-vm
|
||||
LABEL maintainer="Luke Childs <lukechilds123@gmail.com>"
|
||||
ARG RPI_KERNEL_URL="https://github.com/dhruvvyas90/qemu-rpi-kernel/archive/afe411f2c9b04730bcc6b2168cdc9adca224227c.zip"
|
||||
ARG RPI_KERNEL_CHECKSUM="295a22f1cd49ab51b9e7192103ee7c917624b063cc5ca2e11434164638aad5f4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue