diff --git a/docker/install_s6_overlay.sh b/docker/install_s6_overlay.sh index 5bee1c65f..6018c20f5 100755 --- a/docker/install_s6_overlay.sh +++ b/docker/install_s6_overlay.sh @@ -2,7 +2,7 @@ set -euxo pipefail -s6_version="3.1.3.0" +s6_version="3.1.4.0" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"