From f9d77981eecc623c876a53c96751edad4f98bfe8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:11:00 +0000 Subject: [PATCH] chore(deps): update ctfd/ctfd docker tag to v3.7.0 (#2591) --- apps/ctfd/config.json | 83 ++++++++++++++++++------------------ apps/ctfd/docker-compose.yml | 2 +- 2 files changed, 42 insertions(+), 43 deletions(-) diff --git a/apps/ctfd/config.json b/apps/ctfd/config.json index d59ca33e..cc8be674 100644 --- a/apps/ctfd/config.json +++ b/apps/ctfd/config.json @@ -1,43 +1,42 @@ { - "$schema": "../schema.json", - "name": "CTFd", - "port": 8546, - "available": true, - "exposable": true, - "id": "ctfd", - "tipi_version": 1, - "version": "3.6.1", - "categories": [ - "utilities" - ], - "description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability.", - "short_desc": "Cyber Security Training made simple.", - "author": "CTFd", - "source": "https://github.com/CTFd/CTFd", - "website": "https://ctfd.io/", - "form_fields": [ - { - "type": "random", - "label": "CTFD_MYSQL_DB_PASSWORD", - "min": 32, - "env_variable": "CTFD_MYSQL_DB_PASSWORD" - }, - { - "type": "random", - "label": "CTFD_SECRET_KEY", - "min": 32, - "env_variable": "CTFD_SECRET_KEY" - }, - { - "type": "random", - "label": "CTFD_MYSQL_ROOT_PASSWORD", - "min": 32, - "env_variable": "CTFD_MYSQL_ROOT_PASSWORD" - } - ], - "supported_architectures": [ - "arm64", - "amd64" - ] - } - \ No newline at end of file + "$schema": "../schema.json", + "name": "CTFd", + "port": 8546, + "available": true, + "exposable": true, + "id": "ctfd", + "tipi_version": 2, + "version": "3.7.0", + "categories": [ + "utilities" + ], + "description": "CTFd is a Capture The Flag framework focusing on ease of use and customizability.", + "short_desc": "Cyber Security Training made simple.", + "author": "CTFd", + "source": "https://github.com/CTFd/CTFd", + "website": "https://ctfd.io/", + "form_fields": [ + { + "type": "random", + "label": "CTFD_MYSQL_DB_PASSWORD", + "min": 32, + "env_variable": "CTFD_MYSQL_DB_PASSWORD" + }, + { + "type": "random", + "label": "CTFD_SECRET_KEY", + "min": 32, + "env_variable": "CTFD_SECRET_KEY" + }, + { + "type": "random", + "label": "CTFD_MYSQL_ROOT_PASSWORD", + "min": 32, + "env_variable": "CTFD_MYSQL_ROOT_PASSWORD" + } + ], + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/ctfd/docker-compose.yml b/apps/ctfd/docker-compose.yml index a695dde3..a6521c06 100644 --- a/apps/ctfd/docker-compose.yml +++ b/apps/ctfd/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: ctfd: - image: ctfd/ctfd:3.6.1 + image: ctfd/ctfd:3.7.0 container_name: ctfd restart: unless-stopped ports: