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

This commit is contained in:
renovate[bot] 2024-04-07 09:59:29 +00:00 committed by GitHub
parent 3a3f3fbb8d
commit 4e1f15fa0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
"port": 8456, "port": 8456,
"id": "crafty", "id": "crafty",
"https": true, "https": true,
"tipi_version": 4, "tipi_version": 5,
"version": "4.3.1", "version": "4.3.2",
"categories": [ "categories": [
"gaming" "gaming"
], ],

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.1 image: registry.gitlab.com/crafty-controller/crafty-4:4.3.2
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}