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 07:01:19 -05:00
committed by GitHub
parent ef6b464d0e
commit 602041beb1
+1 -1
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"