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() {