From 312d49b13c4d70d6aae7ac38dc304fcc01708a69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 03:59:54 +0800 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.7.3 (#1757) --- apps/gotify/{2.7.2 => 2.7.3}/.env.sample | 0 apps/gotify/{2.7.2 => 2.7.3}/data.yml | 0 apps/gotify/{2.7.2 => 2.7.3}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gotify/{2.7.2 => 2.7.3}/.env.sample (100%) rename apps/gotify/{2.7.2 => 2.7.3}/data.yml (100%) rename apps/gotify/{2.7.2 => 2.7.3}/docker-compose.yml (98%) diff --git a/apps/gotify/2.7.2/.env.sample b/apps/gotify/2.7.3/.env.sample similarity index 100% rename from apps/gotify/2.7.2/.env.sample rename to apps/gotify/2.7.3/.env.sample diff --git a/apps/gotify/2.7.2/data.yml b/apps/gotify/2.7.3/data.yml similarity index 100% rename from apps/gotify/2.7.2/data.yml rename to apps/gotify/2.7.3/data.yml diff --git a/apps/gotify/2.7.2/docker-compose.yml b/apps/gotify/2.7.3/docker-compose.yml similarity index 98% rename from apps/gotify/2.7.2/docker-compose.yml rename to apps/gotify/2.7.3/docker-compose.yml index efef200d1..5a209b4c9 100644 --- a/apps/gotify/2.7.2/docker-compose.yml +++ b/apps/gotify/2.7.3/docker-compose.yml @@ -1,6 +1,6 @@ services: gotify: - image: "gotify/server:2.7.2" + image: "gotify/server:2.7.3" container_name: ${CONTAINER_NAME} restart: always networks: