chore(deps): update ctfd/ctfd docker tag to v3.7.0 (#2591)

This commit is contained in:
renovate[bot] 2024-02-27 00:11:00 +00:00 committed by GitHub
parent 40c0df6389
commit f9d77981ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 42 additions and 43 deletions

View File

@ -1,43 +1,42 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "CTFd", "name": "CTFd",
"port": 8546, "port": 8546,
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ctfd", "id": "ctfd",
"tipi_version": 1, "tipi_version": 2,
"version": "3.6.1", "version": "3.7.0",
"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",
"source": "https://github.com/CTFd/CTFd", "source": "https://github.com/CTFd/CTFd",
"website": "https://ctfd.io/", "website": "https://ctfd.io/",
"form_fields": [ "form_fields": [
{ {
"type": "random", "type": "random",
"label": "CTFD_MYSQL_DB_PASSWORD", "label": "CTFD_MYSQL_DB_PASSWORD",
"min": 32, "min": 32,
"env_variable": "CTFD_MYSQL_DB_PASSWORD" "env_variable": "CTFD_MYSQL_DB_PASSWORD"
}, },
{ {
"type": "random", "type": "random",
"label": "CTFD_SECRET_KEY", "label": "CTFD_SECRET_KEY",
"min": 32, "min": 32,
"env_variable": "CTFD_SECRET_KEY" "env_variable": "CTFD_SECRET_KEY"
}, },
{ {
"type": "random", "type": "random",
"label": "CTFD_MYSQL_ROOT_PASSWORD", "label": "CTFD_MYSQL_ROOT_PASSWORD",
"min": 32, "min": 32,
"env_variable": "CTFD_MYSQL_ROOT_PASSWORD" "env_variable": "CTFD_MYSQL_ROOT_PASSWORD"
} }
], ],
"supported_architectures": [ "supported_architectures": [
"arm64", "arm64",
"amd64" "amd64"
] ]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
ctfd: ctfd:
image: ctfd/ctfd:3.6.1 image: ctfd/ctfd:3.7.0
container_name: ctfd container_name: ctfd
restart: unless-stopped restart: unless-stopped
ports: ports: