From de3c3353e05bc152152a0f142bd624ca96a08c7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 02:32:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407750 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407755 - https://snyk.io/vuln/SNYK-ALPINE314-LIBRETLS-2432985 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2426333 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59ea4cd..4e39de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG VERSION=unspecified -FROM python:3.9.6-alpine +FROM python:3.11.0a7-alpine ARG VERSION