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-2342115snyk-fix-9a318caf588eb098579d733a0cb66f7a
parent
5ec5714dee
commit
9b7a4b5edb
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.7-alpine
|
||||
FROM python:3.9.8-alpine
|
||||
|
||||
RUN apk update && \
|
||||
apk add \
|
||||
|
|
Loading…
Reference in New Issue