From 94176d2f9cca98670e12bda81a184bc5c9675220 Mon Sep 17 00:00:00 2001 From: Tony Chau <90050474+fo5for@users.noreply.github.com> Date: Wed, 3 Jun 2026 20:03:29 +0800 Subject: [PATCH] Update s6 overlay to 3.2.3.0 --- docker/scripts/install-s6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-s6 b/docker/scripts/install-s6 index 5fcb4e09..55513fe1 100755 --- a/docker/scripts/install-s6 +++ b/docker/scripts/install-s6 @@ -8,7 +8,7 @@ BLUE='\E[1;34m' GREEN='\E[1;32m' RESET='\E[0m' -S6_OVERLAY_VERSION=3.2.1.0 +S6_OVERLAY_VERSION=3.2.3.0 TARGETPLATFORM=${1:-linux/amd64} # Determine the correct binary file for the architecture given