From fc5e54e730e534da9c5ca5e9d4fe295351cc4a09 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Jun 2026 19:24:00 +0000 Subject: [PATCH] Update binwiederhier/ntfy Docker tag to v2.24.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd50e68..c889ab7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR "/app" ENTRYPOINT [ "/app/entrypoint.sh" ] -COPY --from=binwiederhier/ntfy:v2.0.1 /usr/bin/ntfy /usr/local/bin/ntfy +COPY --from=binwiederhier/ntfy:v2.24.0 /usr/bin/ntfy /usr/local/bin/ntfy RUN mkdir /etc/ntfy COPY --from=pipdependencies /root/.local /root/.local