fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE316-EXPAT-3062883
snyk-fix-360a0892266ffed44ffd36b936f1e486
snyk-bot 2022-10-27 19:05:51 +00:00
parent c47d6161be
commit 438a21065c
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.12.0a1-alpine
WORKDIR /opt/CTFd
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads