From 4d3d37eaedde1116ffe8fdb54b626b8e239761c5 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 11 Sep 2024 20:26:22 +1000 Subject: [PATCH] Update s6-overlay --- scripts/install-s6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-s6 b/scripts/install-s6 index cd1b0c1..22e792f 100755 --- a/scripts/install-s6 +++ b/scripts/install-s6 @@ -8,7 +8,7 @@ BLUE='\E[1;34m' GREEN='\E[1;32m' RESET='\E[0m' -S6_OVERLAY_VERSION=3.1.6.2 +S6_OVERLAY_VERSION=3.2.0.0 TARGETPLATFORM=${1:-linux/amd64} # Determine the correct binary file for the architecture given