From 9b7a4b5edb12ce4a874523cb044d62381a006395 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jan 2022 01:57:04 +0000 Subject: [PATCH] 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 --- .../programming/default/{{cookiecutter.name}}/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile b/ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile index c9c632a..c95481f 100644 --- a/ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile +++ b/ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.9.8-alpine RUN apk update && \ apk add \