From dc9b78b4e763353135a42975d74a1570bd850b7a 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 1/2] 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 From e0300df9e735f3f785dcc8367a55fbe77abf4a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 09:11:31 -0400 Subject: [PATCH 2/2] chore(deps): update baldissaramatheus/tasks.md docker tag to v1.9.0 (#500) * chore(deps): update baldissaramatheus/tasks.md docker tag to v1.9.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/tasks-md/config.json | 4 ++-- apps/tasks-md/docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/tasks-md/config.json b/apps/tasks-md/config.json index 12d84d1c..5342577c 100644 --- a/apps/tasks-md/config.json +++ b/apps/tasks-md/config.json @@ -5,8 +5,8 @@ "available": true, "exposable": true, "id": "tasks-md", - "tipi_version": 2, - "version": "1.8.0", + "tipi_version": 3, + "version": "1.9.0", "categories": [ "development" ], diff --git a/apps/tasks-md/docker-compose.yml b/apps/tasks-md/docker-compose.yml index f5f3029e..b5b251a2 100644 --- a/apps/tasks-md/docker-compose.yml +++ b/apps/tasks-md/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: tasks-md: container_name: tasks-md - image: baldissaramatheus/tasks.md:1.8.0 + image: baldissaramatheus/tasks.md:1.9.0 ports: - ${APP_PORT}:8080 volumes: