From da393f6c7e620084b187b3cba400333aeff63ef5 Mon Sep 17 00:00:00 2001 From: Wout Bouckaert <22280421+Wout-Boat@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:25:46 -0600 Subject: [PATCH] Bump Crafty to 4.3.2 (#447) Tested on CasaOS on 2024-04-06 Upgrading to Latest version of Crafty Controller. All upgrades are internal to Crafty, no breaking changes or new ports for CasaOS. Migrations from 4.3.0 are tested and working. Includes: Bug fixes and upgrades for Crafty for 4.3.1 and 4.3.2 Java 21 LTS for future release of MC Resolved issue related to external API dependency on serverjars.com Screenshots from test on 2024-04-06: ![2024-04-06_19-19-29](https://github.com/IceWhaleTech/CasaOS-AppStore/assets/22280421/48bd294b-20f6-4d1f-a7fa-a3e6c61500c8) ![2024-04-06_19-23-08](https://github.com/IceWhaleTech/CasaOS-AppStore/assets/22280421/1cb2d87c-a83d-4f1e-bdaa-4f3c0f8aaf5c) Co-authored-by: Wout Bouckaert --- Apps/Crafty/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apps/Crafty/docker-compose.yml b/Apps/Crafty/docker-compose.yml index f465a25..3d985b7 100644 --- a/Apps/Crafty/docker-compose.yml +++ b/Apps/Crafty/docker-compose.yml @@ -5,7 +5,7 @@ version: "3" services: crafty: container_name: crafty-container - image: registry.gitlab.com/crafty-controller/crafty-4:4.3.0 + image: registry.gitlab.com/crafty-controller/crafty-4:4.3.2 restart: always environment: - TZ=Etc/UTC