From 88a28eedd085b8a0726a898e95c58372d810bba9 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 19 Jun 2021 18:22:39 -0500 Subject: [PATCH] Update nextcloud notify push binary --- nextcloud/Dockerfile.arm64v8 | 2 +- nextcloud/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/Dockerfile.arm64v8 b/nextcloud/Dockerfile.arm64v8 index 91ceb82..e5c7900 100644 --- a/nextcloud/Dockerfile.arm64v8 +++ b/nextcloud/Dockerfile.arm64v8 @@ -1,6 +1,6 @@ FROM linuxserver/nextcloud:BASE_TAG -ADD https://github.com/nextcloud/notify_push/releases/download/v0.1.5/notify_push-aarch64 /usr/local/bin/notify_push +ADD https://github.com/nextcloud/notify_push/releases/download/v0.2.0/notify_push-aarch64-unknown-linux-musl /usr/local/bin/notify_push RUN chmod +x /usr/local/bin/notify_push COPY root/ / diff --git a/nextcloud/build.sh b/nextcloud/build.sh index 4e3c324..1941fc3 100755 --- a/nextcloud/build.sh +++ b/nextcloud/build.sh @@ -18,8 +18,8 @@ function print_help() { echo " build.sh [version] [nextcloud_release]" echo "" echo "Args:" - echo " version: The version of the current container" - echo " nextcloud_release: The release of nextcloud to include" + echo " version: The version of the current container (e.g. ls4)" + echo " nextcloud_release: The release of nextcloud to include (e.g. 21.0.1 or php8-21.0.1)" } function build_image() {