From 285bc7d2d543b17ef403ad3f12864c776d67ded6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 22:01:40 +0000 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.9.1 (localApps) (#4283) --- apps/gotify/{2.9.0 => 2.9.1}/.env.sample | 0 apps/gotify/{2.9.0 => 2.9.1}/data.yml | 0 apps/gotify/{2.9.0 => 2.9.1}/docker-compose.yml | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename apps/gotify/{2.9.0 => 2.9.1}/.env.sample (100%) rename apps/gotify/{2.9.0 => 2.9.1}/data.yml (100%) rename apps/gotify/{2.9.0 => 2.9.1}/docker-compose.yml (98%) diff --git a/apps/gotify/2.9.0/.env.sample b/apps/gotify/2.9.1/.env.sample similarity index 100% rename from apps/gotify/2.9.0/.env.sample rename to apps/gotify/2.9.1/.env.sample diff --git a/apps/gotify/2.9.0/data.yml b/apps/gotify/2.9.1/data.yml similarity index 100% rename from apps/gotify/2.9.0/data.yml rename to apps/gotify/2.9.1/data.yml diff --git a/apps/gotify/2.9.0/docker-compose.yml b/apps/gotify/2.9.1/docker-compose.yml similarity index 98% rename from apps/gotify/2.9.0/docker-compose.yml rename to apps/gotify/2.9.1/docker-compose.yml index e85bd05ac..d92ad1851 100644 --- a/apps/gotify/2.9.0/docker-compose.yml +++ b/apps/gotify/2.9.1/docker-compose.yml @@ -1,6 +1,6 @@ services: gotify: - image: "gotify/server:2.9.0" + image: "gotify/server:2.9.1" container_name: ${CONTAINER_NAME} restart: always networks: