From 5c039da168b005c932cb1539b303f1cd8a81c330 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 19 Feb 2023 13:09:32 -0300 Subject: [PATCH] Upgrade s6-overlay from 3.1.3.0 to 3.1.4.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 5bee1c65f..6018c20f5 100755 --- a/docker/install_s6_overlay.sh +++ b/docker/install_s6_overlay.sh @@ -2,7 +2,7 @@ set -euxo pipefail -s6_version="3.1.3.0" +s6_version="3.1.4.0" if [[ "${TARGETARCH}" == "amd64" ]]; then s6_arch="x86_64"