From 2b20ee02948f11c3a66740593908b9fe56c4c87b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 29 Apr 2022 17:07:07 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v0.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a14a473..35867b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .; \ -- 2.40.1