From 05b17a7ae2f8083936e93dfb36cb818f78d00d44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 May 2023 12:10:45 -0400 Subject: [PATCH] chore(deps): update zurdi15/romm docker tag to v1.8.4 (#554) * chore(deps): update zurdi15/romm docker tag to v1.8.4 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/romm/config.json | 4 ++-- apps/romm/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/romm/config.json b/apps/romm/config.json index 901de451..2427e53f 100644 --- a/apps/romm/config.json +++ b/apps/romm/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "romm", - "tipi_version": 6, - "version": "1.8.3", + "tipi_version": 7, + "version": "1.8.4", "categories": [ "gaming" ], diff --git a/apps/romm/docker-compose.yml b/apps/romm/docker-compose.yml index 97f3d516..e7e20940 100644 --- a/apps/romm/docker-compose.yml +++ b/apps/romm/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: romm: - image: zurdi15/romm:1.8.3 + image: zurdi15/romm:1.8.4 container_name: romm environment: - ROMM_DB_DRIVER=mariadb