From fbf29667d4981a85fcf6ae298b887873cd511ffa Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 21 Feb 2023 09:30:32 -0300 Subject: [PATCH] Upgrade s6-overlay from 3.1.4.0 to 3.1.4.1 (#5558) --- 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 6018c20f5..9a849cb65 100755 --- a/docker/install_s6_overlay.sh +++ b/docker/install_s6_overlay.sh @@ -2,7 +2,7 @@ set -euxo pipefail -s6_version="3.1.4.0" +s6_version="3.1.4.1" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"