From 0e606383c26ac4c73be12c09f8b215d6e488bb2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 24 Jun 2026 23:54:23 +0000 Subject: [PATCH] chore(deps): update binwiederhier/ntfy docker tag to v2.25.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4ec1807..ffc3396 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR "/app" ENTRYPOINT [ "/app/entrypoint.sh" ] -COPY --from=binwiederhier/ntfy:v2.24.0 /usr/bin/ntfy /usr/local/bin/ntfy +COPY --from=binwiederhier/ntfy:v2.25.0 /usr/bin/ntfy /usr/local/bin/ntfy RUN mkdir /etc/ntfy COPY --from=pipdependencies /root/.local /root/.local