From 2b96132914b3d178e7f44146f643490ec0b60611 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Sep 2025 13:01:53 +0000 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.7.2 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | docker | gotify/server | 2.7.1 | 2.7.2 | --- tasks/gotify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/gotify.yml b/tasks/gotify.yml index 0e45e85..5ca72d7 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.1 + image: gotify/server:2.7.2 restart_policy: unless-stopped recreate: true networks: