fix: ctfcli/templates/web/default/{{cookiecutter.name}}/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314651
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314657
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314658
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314659
- https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3314660
snyk-fix-261362dd7e6a32ccd589ce6b95e168be
snyk-bot 2023-02-10 00:51:51 +00:00
parent bb77391b73
commit 7e97eb325e
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
1 changed files with 1 additions and 1 deletions

View File

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