Update s6 overlay version to 3.1.5.0 in the Docker installation script (#7584)

This commit is contained in:
Sergey Krashevich 2023-09-01 15:01:19 +03:00 committed by GitHub
parent ef6b464d0e
commit 602041beb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"