Update notify_push to 0.6.6
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
asonix 2023-12-16 22:37:27 -06:00
parent 512c7c3f63
commit 6380585234

View file

@ -4,7 +4,7 @@ FROM linuxserver/nextcloud:$REPO_ARCH-NEXTCLOUD_VERSION
ARG TARGET_TRIPLE
ADD https://github.com/nextcloud/notify_push/releases/download/v0.6.3/notify_push-$TARGET_TRIPLE /usr/local/bin/notify_push
ADD https://github.com/nextcloud/notify_push/releases/download/v0.6.6/notify_push-$TARGET_TRIPLE /usr/local/bin/notify_push
RUN chmod +x /usr/local/bin/notify_push
COPY root/ /