From 8676903eff20e72465ef3c64a1127b84a1f79dce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 00:32:47 +0000 Subject: [PATCH] fix: {{cookiecutter.project_slug}}/docker/django/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-608200 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1075326 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1013422 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-1063182 - https://snyk.io/vuln/SNYK-DEBIAN10-SUBVERSION-1071814 --- {{cookiecutter.project_slug}}/docker/django/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/docker/django/Dockerfile b/{{cookiecutter.project_slug}}/docker/django/Dockerfile index e55212a..e9e6e63 100644 --- a/{{cookiecutter.project_slug}}/docker/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/docker/django/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.5 +FROM python:3.8.9 ENV PYTHONUNBUFFERED 1