chore(deps): update ghcr.io/gchq/cyberchef docker tag to v10.19.0 (#3872)

This commit is contained in:
renovate[bot] 2024-06-23 00:15:07 +00:00 committed by GitHub
parent 7e193bc4d6
commit cc91207742
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
"port": 9080, "port": 9080,
"categories": ["utilities", "security"], "categories": ["utilities", "security"],
"description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.", "description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.",
"tipi_version": 1, "tipi_version": 2,
"version": "10.18.9", "version": "10.19.0",
"source": "https://github.com/gchq/CyberChef", "source": "https://github.com/gchq/CyberChef",
"supported_architectures": ["arm64", "amd64"] "supported_architectures": ["arm64", "amd64"]
} }

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
cyberchef: cyberchef:
container_name: cyberchef container_name: cyberchef
image: ghcr.io/gchq/cyberchef:10.18.9 image: ghcr.io/gchq/cyberchef:10.19.0
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}