From f2751611d87645625a91b8a20cae798af6e28c60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Apr 2022 22:46:14 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1075328 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-1569399 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-339889 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-374003 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d6a132..424b694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.6-slim-stretch +FROM python:3.7.11-slim-stretch RUN apt-get -qq update && apt-get install -qq -y \ apt-utils \