mirror of https://github.com/JohnHammond/CTFd.git
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-EXPAT-3062883snyk-fix-360a0892266ffed44ffd36b936f1e486
parent
c47d6161be
commit
438a21065c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue