From 602041beb1dc23e26263987b565daa8de9d0e45b Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Fri, 1 Sep 2023 15:01:19 +0300 Subject: [PATCH] Update s6 overlay version to 3.1.5.0 in the Docker installation script (#7584) --- 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 4e858ef07..75acba774 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.4.1" +s6_version="3.1.5.0" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"