From bc5f73a5b2ed8d1b5efaff003816d275ffa4eec1 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 29 Jul 2024 13:11:01 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v0.7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 071439e..0841a13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.80.0-bullseye@sha256:f8055497f71faf952afb8a358dbca59e11bb82b94a0cba2a10bb4c05bd802fa0 as build # renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver -ENV NOTIFY_PUSH_VERSION v0.6.12 +ENV NOTIFY_PUSH_VERSION v0.7.0 WORKDIR /notify_push -- 2.45.2