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-ALPINE315-EXPAT-2342160 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342162 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342163 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342164 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342165snyk-fix-600e51cd85ee2219525f18f7935f1860
parent
c47d6161be
commit
17390f8a4c
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.9-alpine
|
||||
WORKDIR /opt/CTFd
|
||||
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads
|
||||
|
||||
|
|
Loading…
Reference in New Issue