4 Commits
Author SHA1 Message Date
jcabillot 9e45b6ecf0 Merge pull request 'chore(deps): update binwiederhier/ntfy docker tag to v2.26.3' (#23) from renovate/binwiederhier-ntfy-2.x into master
Main - Docker Build, Push & Tag / hadolint (push) Successful in 14s
Main - Docker Build, Push & Tag / build-push (push) Successful in 4m56s
Main - Docker Build, Push & Tag / tag (push) Waiting to run
Reviewed-on: #23
2026-07-23 07:56:50 -04:00
renovate fd863f7a2a chore(deps): update binwiederhier/ntfy docker tag to v2.26.3
renovate/stability-days Updates have met minimum release age requirement
PR - Docker Build / hadolint (pull_request) Successful in 15s
PR - Docker Build / build (pull_request) Successful in 3m17s
2026-07-22 22:06:24 +00:00
jcabillot fba722a687 Merge pull request 'chore(deps): update actions/checkout digest to 3d3c42e' (#22) from renovate/actions-checkout-digest into master
Main - Docker Build, Push & Tag / build-push (push) Successful in 1m2s
Main - Docker Build, Push & Tag / hadolint (push) Successful in 12s
Main - Docker Build, Push & Tag / tag (push) Failing after 3h0m3s
Reviewed-on: #22
2026-07-22 08:05:30 -04:00
renovate 1d5cebdef8 chore(deps): update actions/checkout digest to 3d3c42e
renovate/stability-days Updates have met minimum release age requirement
PR - Docker Build / hadolint (pull_request) Successful in 9s
PR - Docker Build / build (pull_request) Successful in 31s
2026-07-21 15:06:32 +00:00
+1 -1
View File
@@ -19,7 +19,7 @@ WORKDIR "/app"
ENTRYPOINT [ "/app/entrypoint.sh" ] ENTRYPOINT [ "/app/entrypoint.sh" ]
COPY --from=binwiederhier/ntfy:v2.26.0 /usr/bin/ntfy /usr/local/bin/ntfy COPY --from=binwiederhier/ntfy:v2.26.3 /usr/bin/ntfy /usr/local/bin/ntfy
RUN mkdir /etc/ntfy RUN mkdir /etc/ntfy
COPY --from=pipdependencies /root/.local /root/.local COPY --from=pipdependencies /root/.local /root/.local