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,
|
"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"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user