From 790787d143d71c8863cd3a7cac886bfc58174905 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Dec 2021 01:55:32 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-1296898 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 - https://snyk.io/vuln/SNYK-DEBIAN11-PYTHON39-1290158 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b071fd4..08e9592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.10.0b2 MAINTAINER Andrew Sotheran RUN apt update -y && \ apt install -y python3-pip && \