From 42cd1f2866c1ec12b5dd2425b3e205496b0dddcc Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 9 May 2024 08:54:59 +1000 Subject: [PATCH] Fix rootfs location and update s6 --- docker/rootfs/{ => usr}/bin/common.sh | 0 docker/rootfs/{ => usr}/bin/healthcheck.sh | 0 scripts/install-s6 | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename docker/rootfs/{ => usr}/bin/common.sh (100%) rename docker/rootfs/{ => usr}/bin/healthcheck.sh (100%) diff --git a/docker/rootfs/bin/common.sh b/docker/rootfs/usr/bin/common.sh similarity index 100% rename from docker/rootfs/bin/common.sh rename to docker/rootfs/usr/bin/common.sh diff --git a/docker/rootfs/bin/healthcheck.sh b/docker/rootfs/usr/bin/healthcheck.sh similarity index 100% rename from docker/rootfs/bin/healthcheck.sh rename to docker/rootfs/usr/bin/healthcheck.sh diff --git a/scripts/install-s6 b/scripts/install-s6 index 2922735b..cd1b0c1a 100755 --- a/scripts/install-s6 +++ b/scripts/install-s6 @@ -8,7 +8,7 @@ BLUE='\E[1;34m' GREEN='\E[1;32m' RESET='\E[0m' -S6_OVERLAY_VERSION=3.1.5.0 +S6_OVERLAY_VERSION=3.1.6.2 TARGETPLATFORM=${1:-linux/amd64} # Determine the correct binary file for the architecture given