From fa851b61da3fe3726d1a04c25e69d36e79edea2d Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Mon, 31 Jul 2023 07:25:09 +1000 Subject: [PATCH] Bump version --- .version | 2 +- README.md | 2 +- docker/scripts/install-s6 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 5f4f65c8..b52282a1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.10.3 +2.10.4 diff --git a/README.md b/README.md index 95d6551a..0bad17f6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@



- + diff --git a/docker/scripts/install-s6 b/docker/scripts/install-s6 index 0681aed9..2922735b 100755 --- a/docker/scripts/install-s6 +++ b/docker/scripts/install-s6 @@ -9,7 +9,7 @@ GREEN='\E[1;32m' RESET='\E[0m' S6_OVERLAY_VERSION=3.1.5.0 -TARGETPLATFORM=${1:unspecified} +TARGETPLATFORM=${1:-linux/amd64} # Determine the correct binary file for the architecture given case $TARGETPLATFORM in