From 0d42726dfdbc8a77fdbdbc4db2f057be9ea420f1 Mon Sep 17 00:00:00 2001 From: Tipi CI Date: Sat, 15 Feb 2025 13:18:21 +0000 Subject: [PATCH] Update app version [ready] --- apps/shlink/config.json | 6 +++--- apps/shlink/docker-compose.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/shlink/config.json b/apps/shlink/config.json index b646a48a1c..4cc7238c65 100644 --- a/apps/shlink/config.json +++ b/apps/shlink/config.json @@ -7,8 +7,8 @@ "force_expose": true, "port": 8207, "id": "shlink", - "tipi_version": 15, - "version": "4.4.2", + "tipi_version": 16, + "version": "4.4.3", "categories": ["utilities"], "description": "Shlink is a self-hosted URL shortener which provides both a REST and a CLI interface to interact with it.", "short_desc": "Shlink is a self-hosted URL shortener", @@ -25,5 +25,5 @@ ], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1738159263000 + "updated_at": 1739625499000 } diff --git a/apps/shlink/docker-compose.json b/apps/shlink/docker-compose.json index 67ed7701dd..40f492ed68 100644 --- a/apps/shlink/docker-compose.json +++ b/apps/shlink/docker-compose.json @@ -2,7 +2,7 @@ "services": [ { "name": "shlink", - "image": "ghcr.io/shlinkio/shlink:4.4.2", + "image": "ghcr.io/shlinkio/shlink:4.4.3", "isMain": true, "internalPort": 8080, "environment": {