From 75d083030e975307cf6394201278a1d4cd74a059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 14:30:29 -0400 Subject: [PATCH] chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.12.3 (#677) * chore(deps): update ghcr.io/ajnart/homarr docker tag to v0.12.3 * 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 | 8 +++++--- apps/homarr/docker-compose.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/homarr/config.json b/apps/homarr/config.json index 9be857a0..bb5428ae 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8102, "id": "homarr", - "tipi_version": 12, - "version": "0.12.2", - "categories": ["utilities"], + "tipi_version": 13, + "version": "0.12.3", + "categories": [ + "utilities" + ], "description": "A homepage for your server.", "short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.", "author": "ajnart", diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 42515dcb..31d3167d 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.12.2 + image: ghcr.io/ajnart/homarr:0.12.3 restart: unless-stopped volumes: - ${APP_DATA_DIR}/data/config:/app/data/configs