From 159921de8959906829446ec29455f1dc50d9ece9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Aug 2021 23:32:39 +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-LIBGCRYPT20-1297893 - 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..58e59cd 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.10 ENV PYTHONUNBUFFERED 1