From b94c9bc9077ddf35ac9eee79c796dd12166d3a85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Mar 2023 23:37:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232719 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ee79d3..bf26f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.9-buster +FROM python:3.12.0a5-buster ## The MAINTAINER instruction sets the author field of the generated images. MAINTAINER author@example.com