From 4219f33d3e1390544c0b1871db1790ef403bd41f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 7 May 2025 15:14:39 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v1.1.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76290cd..6bd6b78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.86.0-bullseye@sha256:f40b8cc3195deda321031e8dfe23c7d2586e3db7c4103fa36946982d9fd6d588 as build # renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver -ENV NOTIFY_PUSH_VERSION v1.0.0 +ENV NOTIFY_PUSH_VERSION v1.1.0 WORKDIR /notify_push -- 2.47.2