From 7b4fabc8fc212970f4852dfcdb53f682a7dda9e7 Mon Sep 17 00:00:00 2001 From: Wout Bouckaert Date: Fri, 20 Oct 2023 17:12:06 +0000 Subject: [PATCH] Update Crafty-4 container to 4.2.0 (#309) Hi there, I'm on the crafty team (`@Boat___`) on the discord. We've been seeing a lot of new people use CasaOS for crafty which is awesome! We just released the new version `4.2.0` and would love to get it updated on CasaOS. This update is a medium sized update but there should be no breaking changes based on the docker-compose used by y'all. Docker installs have been well tested on our end. Is making these PRs the best way to keep our app updated on CasaOS in the future? --- 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 b33ca5b..e6c9d46 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.1.3 + image: registry.gitlab.com/crafty-controller/crafty-4:4.2.0 restart: always environment: - TZ=Etc/UTC