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:   Co-authored-by: Wout Bouckaert <woutbouckaert@gmail.com>
This commit is contained in:
parent
8fa531d6ad
commit
da393f6c7e
|
@ -5,7 +5,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
crafty:
|
crafty:
|
||||||
container_name: crafty-container
|
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
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
|
|
Loading…
Reference in New Issue