From 0bf9f6d77a4701562a8fad00be5ab56c34a9a2b5 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 21 Feb 2023 00:32:18 -0300 Subject: [PATCH] Upgrade s6-overlay from 3.1.4.0 to 3.1.4.1 --- 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"