From fd3688a9c7d01c2f6ee07c239fd7639f43b7ac6c Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Thu, 26 Jan 2023 00:33:47 -0300 Subject: [PATCH] Upgrade s6-overlay from 3.1.2.1 to 3.1.3.0 (#5239) --- docker/install_s6_overlay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install_s6_overlay.sh b/docker/install_s6_overlay.sh index dc032179c..5bee1c65f 100755 --- a/docker/install_s6_overlay.sh +++ b/docker/install_s6_overlay.sh @@ -2,7 +2,7 @@ set -euxo pipefail -s6_version="3.1.2.1" +s6_version="3.1.3.0" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"