File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ RUN export ARCH=$([[ "$(uname -m)" == "aarch64" ]] && echo "arm64" || echo "amd6
1111
1212FROM debian:bookworm-20250908-slim AS prod
1313RUN apt-get update -y
14- # install busybox by building source until it's unavailable by apt-get for v1.36.1 ad no need to link [[
14+ # install busybox by building source until it's unavailable by apt-get for v1.37.0 ad no need to link [[
1515RUN apt-get install --no-install-recommends wget build-essential -y && \
16- wget --no-check-certificate https://busybox.net/downloads/busybox-1.36.1 .tar.bz2 && \
17- tar -xvjf busybox-1.36.1 .tar.bz2 && \
18- cd busybox-1.36.1 && \
16+ wget --no-check-certificate https://busybox.net/downloads/busybox-1.37.0 .tar.bz2 && \
17+ tar -xvjf busybox-1.37.0 .tar.bz2 && \
18+ cd busybox-1.37.0 && \
1919 make defconfig && \
2020 make && \
2121 make CONFIG_PREFIX="/" install
You can’t perform that action at this time.
0 commit comments