fix: ctfcli/templates/web/default/{{cookiecutter.name}}/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-261362dd7e6a32ccd589ce6b95e168be
parent
bb77391b73
commit
7e97eb325e
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7-alpine
|
FROM python:3.12.0a5-alpine
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add \
|
apk add \
|
||||||
python \
|
python \
|
||||||
|
|
Loading…
Reference in New Issue