From 7cc1b82e3e9672f1cdb25e3fa2713a6ce056c041 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 01:55:15 +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..a3982e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG VERSION=unspecified -FROM python:3.9.6-alpine +FROM python:3.11.0a6-alpine ARG VERSION