From b3aceac67d1f2cb2c52e5cce9f8aedc6bf3eb92f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 09:09:47 -0400 Subject: [PATCH] chore(deps): update zurdi15/romm docker tag to v1.8.2 (#492) * chore(deps): update zurdi15/romm docker tag to v1.8.2 * 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 c7604ec9..b4e5fa8e 100644 --- a/apps/romm/config.json +++ b/apps/romm/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "romm", - "tipi_version": 4, - "version": "1.8.1", + "tipi_version": 5, + "version": "1.8.2", "categories": [ "gaming" ], diff --git a/apps/romm/docker-compose.yml b/apps/romm/docker-compose.yml index 486230f0..2b78a6c9 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.1 + image: zurdi15/romm:1.8.2 container_name: romm environment: - ROMM_DB_DRIVER=mariadb