From d3e106d4dbda5d4263739c21323041bc7e276058 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 22:36:12 +0000 Subject: [PATCH] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.13.2 (#995) --- 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 0bb04eac..196d7f1b 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,8 +5,8 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 15, - "version": "0.13.1", + "tipi_version": 16, + "version": "0.13.2", "categories": [ "utilities" ], diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 0280a710..e67fa1f3 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.1 + image: ghcr.io/ajnart/homarr:0.13.2 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs