fix: ctfcli/templates/programming/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-9a318caf588eb098579d733a0cb66f7a
snyk-bot 2022-01-19 01:57:04 +00:00
parent 5ec5714dee
commit 9b7a4b5edb
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 \