From 3bd95cb7ed16fdc09b323d6b6ba8fbd476c1fae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:37:20 +0000 Subject: [PATCH] chore(deps): update gotify/server docker tag to v2.2.5 (#756) --- apps/gotify/config.json | 8 +++++--- apps/gotify/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/gotify/config.json b/apps/gotify/config.json index eb092e69..68070d39 100644 --- a/apps/gotify/config.json +++ b/apps/gotify/config.json @@ -5,9 +5,11 @@ "port": 8129, "id": "gotify", "exposable": true, - "tipi_version": 3, - "version": "2.2.4", - "categories": ["utilities"], + "tipi_version": 4, + "version": "2.2.5", + "categories": [ + "utilities" + ], "description": "Simple server for sending and receiving notification messages.", "short_desc": "Gotify, a simple server for sending and receiving notification messages.", "author": "gotigy", diff --git a/apps/gotify/docker-compose.yml b/apps/gotify/docker-compose.yml index bf2173f9..3cc44aa4 100644 --- a/apps/gotify/docker-compose.yml +++ b/apps/gotify/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: gotify: - image: gotify/server:2.2.4 + image: gotify/server:2.2.5 container_name: gotify restart: unless-stopped volumes: