Update dependency nextcloud/notify_push to v0.3.0 #13

Merged
mwalbeck merged 1 commits from renovate/nextcloud-notify_push-0.x into master 2021-11-12 22:33:42 +00:00
Showing only changes of commit 357bf714df - Show all commits

View File

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