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-2342110 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342111 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342112 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342114 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342115snyk-fix-ec2d9ccaf4ac8c8c3337740041d9a27f
parent
c47d6161be
commit
bbb2a83ce0
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7-alpine
|
FROM python:3.9.8-alpine
|
||||||
WORKDIR /opt/CTFd
|
WORKDIR /opt/CTFd
|
||||||
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads
|
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue