From 7bc2fc14a854fb571cdb912afd0343a538de4584 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 03:41:26 +0000 Subject: [PATCH] chore(deps): update registry.gitlab.com/crafty-controller/crafty-4 docker tag to v4.2.3 (#2389) --- apps/crafty/config.json | 47 +++++++++++++++++----------------- apps/crafty/docker-compose.yml | 2 +- 2 files changed, 24 insertions(+), 25 deletions(-) diff --git a/apps/crafty/config.json b/apps/crafty/config.json index b2f2f99f..01de9fdd 100644 --- a/apps/crafty/config.json +++ b/apps/crafty/config.json @@ -1,25 +1,24 @@ { - "$schema": "../schema.json", - "name": "Crafty", - "available": true, - "exposable": true, - "port": 8456, - "id": "crafty", - "https": true, - "tipi_version": 1, - "version": "4.2.2", - "categories": [ - "gaming" - ], - "description": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher.", - "short_desc": "Python based Control Panel for your Minecraft Server", - "author": "Crafty Controller", - "source": "https://gitlab.com/crafty-controller/crafty-4", - "website": "https://craftycontrol.com/", - "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] - } - \ No newline at end of file + "$schema": "../schema.json", + "name": "Crafty", + "available": true, + "exposable": true, + "port": 8456, + "id": "crafty", + "https": true, + "tipi_version": 2, + "version": "4.2.3", + "categories": [ + "gaming" + ], + "description": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher.", + "short_desc": "Python based Control Panel for your Minecraft Server", + "author": "Crafty Controller", + "source": "https://gitlab.com/crafty-controller/crafty-4", + "website": "https://craftycontrol.com/", + "form_fields": [], + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/crafty/docker-compose.yml b/apps/crafty/docker-compose.yml index 2f92553a..471e15e9 100644 --- a/apps/crafty/docker-compose.yml +++ b/apps/crafty/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: crafty: container_name: crafty - image: registry.gitlab.com/crafty-controller/crafty-4:4.2.2 + image: registry.gitlab.com/crafty-controller/crafty-4:4.2.3 restart: unless-stopped environment: - TZ=${TZ}