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-2393733 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393735 - https://snyk.io/vuln/SNYK-ALPINE315-UTILLINUX-2393739 - https://snyk.io/vuln/SNYK-ALPINE315-UTILLINUX-2393741 - https://snyk.io/vuln/SNYK-ALPINE315-UTILLINUX-2401805snyk-fix-771fb15a1ef1faf37d4abc9a28db5fe3
parent
c47d6161be
commit
d1c69acd6b
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.11.0a5-alpine
|
||||
WORKDIR /opt/CTFd
|
||||
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads
|
||||
|
||||
|
|
Loading…
Reference in New Issue