From c30dfdc6e6bdfdc68b36a666d5eee12b99705288 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 10:08:50 +0000 Subject: [PATCH 1/2] chore(deps): update gotify/server docker tag to v2.6.1 --- apps/gotify/2.5.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gotify/2.5.0/docker-compose.yml b/apps/gotify/2.5.0/docker-compose.yml index 017f70d3..c719d95c 100644 --- a/apps/gotify/2.5.0/docker-compose.yml +++ b/apps/gotify/2.5.0/docker-compose.yml @@ -1,6 +1,6 @@ services: gotify: - image: "gotify/server:2.5.0" + image: "gotify/server:2.6.1" container_name: ${CONTAINER_NAME} restart: always networks: From 1e1778ef82fd14bdce0be7d72449a87352062496 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 22 Nov 2024 10:09:54 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/gotify/{2.5.0 => 2.6.1}/.env.sample | 0 apps/gotify/{2.5.0 => 2.6.1}/data.yml | 0 apps/gotify/{2.5.0 => 2.6.1}/docker-compose.yml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename apps/gotify/{2.5.0 => 2.6.1}/.env.sample (100%) rename apps/gotify/{2.5.0 => 2.6.1}/data.yml (100%) rename apps/gotify/{2.5.0 => 2.6.1}/docker-compose.yml (100%) diff --git a/apps/gotify/2.5.0/.env.sample b/apps/gotify/2.6.1/.env.sample similarity index 100% rename from apps/gotify/2.5.0/.env.sample rename to apps/gotify/2.6.1/.env.sample diff --git a/apps/gotify/2.5.0/data.yml b/apps/gotify/2.6.1/data.yml similarity index 100% rename from apps/gotify/2.5.0/data.yml rename to apps/gotify/2.6.1/data.yml diff --git a/apps/gotify/2.5.0/docker-compose.yml b/apps/gotify/2.6.1/docker-compose.yml similarity index 100% rename from apps/gotify/2.5.0/docker-compose.yml rename to apps/gotify/2.6.1/docker-compose.yml