From d6c29aa860fe8c869f7db0a5342c37188e04f50f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 01:46:02 +0000 Subject: [PATCH] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.14.0 (#1568) --- apps/homarr/config.json | 9 ++++++--- apps/homarr/docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/homarr/config.json b/apps/homarr/config.json index 5561a292..55219d77 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 18, - "version": "0.13.4", + "tipi_version": 19, + "version": "0.14.0", "categories": [ "utilities" ], @@ -25,5 +25,8 @@ "env_variable": "HOMARR_PASSWORD" } ], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index dff83b4d..50293a43 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.13.4 + image: ghcr.io/ajnart/homarr:0.14.0 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs