chore(deps): update ghcr.io/gchq/cyberchef docker tag to v10.19.0 (#3872)
This commit is contained in:
parent
7e193bc4d6
commit
cc91207742
|
@ -8,8 +8,8 @@
|
|||
"port": 9080,
|
||||
"categories": ["utilities", "security"],
|
||||
"description": "CyberChef is a web app for encryption, encoding, compression, and data analysis.",
|
||||
"tipi_version": 1,
|
||||
"version": "10.18.9",
|
||||
"tipi_version": 2,
|
||||
"version": "10.19.0",
|
||||
"source": "https://github.com/gchq/CyberChef",
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
cyberchef:
|
||||
container_name: cyberchef
|
||||
image: ghcr.io/gchq/cyberchef:10.18.9
|
||||
image: ghcr.io/gchq/cyberchef:10.19.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
|
Loading…
Reference in New Issue
Block a user