From f4d5ebf4db35cc57ae62a8628bd2f77eae6116a5 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 18 May 2025 09:21:26 -0300 Subject: [PATCH] Update s6-overlay from 3.1.5.0 to 3.2.1.0 (#18276) --- 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"