Update dependency nextcloud/notify_push to v0.4.0 #27

Merged
mwalbeck merged 1 commits from renovate/nextcloud-notify_push-0.x into master 2022-05-01 22:04:45 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM ekidd/rust-musl-builder:1.57.0@sha256:c18dbd9fcf3a4c0c66b8aacea5cf977ee38193efd7e98a55ee7bf9cd9954b221 as build
# renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver
ENV NOTIFY_PUSH_VERSION v0.3.0
ENV NOTIFY_PUSH_VERSION v0.4.0
RUN set -ex; \
git clone --branch $NOTIFY_PUSH_VERSION https://github.com/nextcloud/notify_push.git .; \