From c8ddd13b2e366372f888b1140d6a5547b7c6b3ef Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 17 Jun 2021 14:05:01 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v0.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa56bf0..feec66b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.1.7 +ENV NOTIFY_PUSH_VERSION v0.2.0 RUN set -ex; \ git clone --branch $NOTIFY_PUSH_VERSION https://github.com/nextcloud/notify_push.git .; \ -- 2.47.2