From 7050e4c2189341003af019fdf89fedd7eb01d452 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jan 2022 03:25:00 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721 - https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-BLUEZ-1911958 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-1585150 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93dec2d7..0b238b10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7 +FROM python:3.10.0b4 RUN apt-get update