chore(deps): update ctfd/ctfd docker tag to v3.7.1 (#3623)

This commit is contained in:
renovate[bot] 2024-06-02 11:07:40 +00:00 committed by GitHub
parent b3cfefe538
commit bc3cb83cae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 10 deletions

View File

@ -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"
]
} }

View File

@ -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: