From 35c52b56c6ec0730379f19cfc5c16549c0d375f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Sep 2025 13:01:42 +0000 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.7.3 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | docker | gotify/server | 2.7.2 | 2.7.3 | --- tasks/gotify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gotify.yml b/tasks/gotify.yml index 5ca72d7..1cde880 100644 --- a/tasks/gotify.yml +++ b/tasks/gotify.yml @@ -10,7 +10,7 @@ - name: Create the gotify container docker_container: name: gotify - image: gotify/server:2.7.2 + image: gotify/server:2.7.3 restart_policy: unless-stopped recreate: true networks: