chore(deps): update registry.gitlab.com/crafty-controller/crafty-4 docker tag to v4.4.0 (#3572)

This commit is contained in:
renovate[bot] 2024-05-24 08:02:20 +00:00 committed by GitHub
parent 7b6d01202d
commit 882250c410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -6,19 +6,14 @@
"port": 8456, "port": 8456,
"id": "crafty", "id": "crafty",
"https": true, "https": true,
"tipi_version": 5, "tipi_version": 6,
"version": "4.3.2", "version": "4.4.0",
"categories": [ "categories": ["gaming"],
"gaming"
],
"description": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher.", "description": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher.",
"short_desc": "Python based Control Panel for your Minecraft Server", "short_desc": "Python based Control Panel for your Minecraft Server",
"author": "Crafty Controller", "author": "Crafty Controller",
"source": "https://gitlab.com/crafty-controller/crafty-4", "source": "https://gitlab.com/crafty-controller/crafty-4",
"website": "https://craftycontrol.com/", "website": "https://craftycontrol.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
crafty: crafty:
container_name: 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 restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}