chore(deps): update ctfd/ctfd docker tag to v3.7.1 (#3623)
This commit is contained in:
parent
b3cfefe538
commit
bc3cb83cae
|
@ -5,11 +5,9 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "ctfd",
|
"id": "ctfd",
|
||||||
"tipi_version": 2,
|
"tipi_version": 3,
|
||||||
"version": "3.7.0",
|
"version": "3.7.1",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability.",
|
"description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability.",
|
||||||
"short_desc": "Cyber Security Training made simple.",
|
"short_desc": "Cyber Security Training made simple.",
|
||||||
"author": "CTFd",
|
"author": "CTFd",
|
||||||
|
@ -35,8 +33,5 @@
|
||||||
"env_variable": "CTFD_MYSQL_ROOT_PASSWORD"
|
"env_variable": "CTFD_MYSQL_ROOT_PASSWORD"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
ctfd:
|
ctfd:
|
||||||
image: ctfd/ctfd:3.7.0
|
image: ctfd/ctfd:3.7.1
|
||||||
container_name: ctfd
|
container_name: ctfd
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user