From 9dfc19971574939c777af2d045bb5a429e15f5b5 Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Thu, 13 Apr 2023 13:55:59 -0400 Subject: [PATCH] Update Romm to v1.6.5 (#319) --- 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 f7618532..9fa03a2f 100644 --- a/apps/romm/config.json +++ b/apps/romm/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "romm", - "tipi_version": 1, - "version": "1.6.2", + "tipi_version": 2, + "version": "1.6.5", "categories": ["gaming"], "description": "RomM (Rom Manager) is a web based retro roms manager integrated with IGDB.", "short_desc": "RomM (Rom Manager) is a web based retro roms manager integrated with IGDB.", diff --git a/apps/romm/docker-compose.yml b/apps/romm/docker-compose.yml index 0e24e6a6..ea443f5e 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.6.2 + image: zurdi15/romm:1.6.5 container_name: romm environment: - ROMM_DB_DRIVER=mariadb