From d1fb023cb715c401f042fbf1ce334acac8219675 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Aug 2022 06:25:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-EXPAT-2393734 - 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-ZLIB-2976174 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59ea4cd..2c0ce27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG VERSION=unspecified -FROM python:3.9.6-alpine +FROM python:3.11.0b5-alpine ARG VERSION