Update dependency nextcloud/notify_push to v0.1.7

This commit is contained in:
renovate-bot 2021-04-13 13:01:35 +00:00
parent 3de8f1e4dd
commit 25babae357

View file

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