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"