From d62b5f3d6b662945ceed4f539b4b0d77e1d1ee70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Jul 2022 10:11:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407748 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407750 - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2407755 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2941807 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-2941807 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59ea4cd..e451ee8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG VERSION=unspecified -FROM python:3.9.6-alpine +FROM python:3.9.13-alpine ARG VERSION