From 0b4d71f7b3daf9575217a65d5afed080ce93600d Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 24 Jan 2023 19:18:47 -0300 Subject: [PATCH] Upgrade s6-overlay from 3.1.2.1 to 3.1.3.0 --- 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"