From 882250c410075c946dabc657cdce63cd45f67835 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 08:02:20 +0000 Subject: [PATCH] chore(deps): update registry.gitlab.com/crafty-controller/crafty-4 docker tag to v4.4.0 (#3572) --- apps/crafty/config.json | 13 ++++--------- apps/crafty/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/apps/crafty/config.json b/apps/crafty/config.json index 9a01f6b0..69004b52 100644 --- a/apps/crafty/config.json +++ b/apps/crafty/config.json @@ -6,19 +6,14 @@ "port": 8456, "id": "crafty", "https": true, - "tipi_version": 5, - "version": "4.3.2", - "categories": [ - "gaming" - ], + "tipi_version": 6, + "version": "4.4.0", + "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" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/crafty/docker-compose.yml b/apps/crafty/docker-compose.yml index 0a8ee838..681c2410 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.3.2 + image: registry.gitlab.com/crafty-controller/crafty-4:4.4.0 restart: unless-stopped environment: - TZ=${TZ}