fix: ctfcli/templates/web/default/{{cookiecutter.name}}/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-08c9d4363d663e59a95cabac78e20f58
parent
5ec5714dee
commit
95a0de8659
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.9.8-alpine
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
python \
|
||||
|
|
Loading…
Reference in New Issue