From afffa755518c33ffda63f01059cd0108776e3dc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:33:25 +0000 Subject: [PATCH] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.14.4 (#2076) --- apps/homarr/config.json | 4 ++-- apps/homarr/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/homarr/config.json b/apps/homarr/config.json index a50e7237..f94c2770 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 23, - "version": "0.14.3", + "tipi_version": 24, + "version": "0.14.4", "categories": [ "utilities" ], diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 5107d644..60f7ae09 100644 --- a/apps/homarr/docker-compose.yml +++ b/apps/homarr/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: homarr: container_name: homarr - image: ghcr.io/ajnart/homarr:0.14.3 + image: ghcr.io/ajnart/homarr:0.14.4 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs