Update nextcloud notify push binary

This commit is contained in:
asonix 2021-06-19 18:22:39 -05:00
parent d893773bf6
commit 88a28eedd0
2 changed files with 3 additions and 3 deletions

View file

@ -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/ /

View file

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