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-ALPINE317-OPENSSL-3314651 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314657 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314658 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314659 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314660snyk-fix-e44d6ffdbac4d7925987881639ba1e20
parent
c47d6161be
commit
0545893b23
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.12.0a5-alpine
|
||||
WORKDIR /opt/CTFd
|
||||
RUN mkdir -p /opt/CTFd /var/log/CTFd /var/uploads
|
||||
|
||||
|
|
Loading…
Reference in New Issue