From 012340bfff82b2b68cf3fcbd7893d58e417feb12 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Sun, 27 Aug 2023 02:54:43 +0300 Subject: [PATCH] Update s6 overlay version to 3.1.5.0 in the Docker installation script --- 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"