From ce1854ba0ecc823636a639bb9e045b1c908df923 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Feb 2022 23:09:44 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-2388383 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-2388383 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-2399969 - https://snyk.io/vuln/SNYK-DEBIAN11-TIFF-2399973 - https://snyk.io/vuln/SNYK-DEBIAN11-UNZIP-2387325 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4459ae..b4284e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.9.5 RUN mkdir -p /usr/src/app WORKDIR /usr/src/app