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-2342115
snyk-fix-08c9d4363d663e59a95cabac78e20f58
snyk-bot 2022-01-19 01:57:18 +00:00
parent 5ec5714dee
commit 95a0de8659
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.9.8-alpine
RUN apk update && \
apk add \
python \