From 25bb7f38410dc8d7728b17773e286c1228ca4791 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 23 Feb 2023 15:11:05 +0000 Subject: [PATCH] Update dependency nextcloud/notify_push to v0.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e05532..27c9fd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.67.1-bullseye@sha256:02a53e734724bef4a58d856c694f826aa9e7ea84353516b76d9a6d241e9da60e as build # renovate: datasource=github-tags depName=nextcloud/notify_push versioning=semver -ENV NOTIFY_PUSH_VERSION v0.5.2 +ENV NOTIFY_PUSH_VERSION v0.6.0 WORKDIR /notify_push -- 2.45.2