From 0095e404fbcacd5729fa1aa704c56a161ba7923f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 09:44:36 +0100 Subject: [PATCH] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.10.7 (#168) * chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.10.7 * Update app version Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- 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 c3f1f24c..67ed9fa7 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 5, - "version": "0.10.5", + "tipi_version": 6, + "version": "0.10.7", "categories": [ "utilities" ], diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 6d23f2d0..24078c5b 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.10.5 + image: ghcr.io/ajnart/homarr:0.10.7 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs