From dcf140d2cf6d39c259b3ff5c2b3af3872290b3fe Mon Sep 17 00:00:00 2001 From: xZero707 Date: Wed, 12 Mar 2025 04:03:39 +0100 Subject: [PATCH] Revert busybox rebase. Busybox's wget seems to have a bug See (Docker): https://github.com/docker-library/busybox/issues/162 See (Upstream): https://bugs.busybox.net/show_bug.cgi?id=15679 --- Dockerfile | 2 +- Dockerfile.legacy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ed882d..a571e3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG S6_OVERLAY_PAK_EXT=".tar.xz" # Downloader stage: download s6-overlay base, binary, symlinks and checksums -FROM busybox AS downloader +FROM alpine:3.21 AS downloader ARG TARGETPLATFORM ARG S6_OVERLAY_VERSION ARG S6_OVERLAY_RELEASE diff --git a/Dockerfile.legacy b/Dockerfile.legacy index e240af3..b557cb6 100644 --- a/Dockerfile.legacy +++ b/Dockerfile.legacy @@ -1,5 +1,5 @@ # First stage - Download s6-overlay and unpack it -FROM busybox AS downloader +FROM alpine:3.21 AS downloader ARG TARGETPLATFORM