From 7255844477014819d7e065f225334169cca21b8b Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 17 May 2025 14:14:14 -0300 Subject: [PATCH] Update s6-overlay from 3.1.5.0 to 3.2.1.0 --- docker/main/install_s6_overlay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/install_s6_overlay.sh b/docker/main/install_s6_overlay.sh index 75acba774..3ea387c9b 100755 --- a/docker/main/install_s6_overlay.sh +++ b/docker/main/install_s6_overlay.sh @@ -2,7 +2,7 @@ set -euxo pipefail -s6_version="3.1.5.0" +s6_version="3.2.1.0" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"