From 965c0bcaba928951c81ceca6648e2e88c534a2b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Jan 2023 21:00:17 +0000 Subject: [PATCH] fix: python/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-PYTHON37-3090928 --- python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Dockerfile b/python/Dockerfile index 618d96c..e2a1494 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -4,7 +4,7 @@ ### for a complete list of Dockerfiles for each tag/variant of this image ### -FROM python:3.9.2 +FROM python:3.12.0a4 # make Apt non-interactive RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90circleci \