From efbc2c41af83b943f57f07bb4aceb745562131e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Feb 2022 06:55:25 +0000 Subject: [PATCH] fix: pip-kit/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342165 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393733 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393735 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407749 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407753 --- pip-kit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-kit/Dockerfile b/pip-kit/Dockerfile index 1616bf8..05f1ef3 100644 --- a/pip-kit/Dockerfile +++ b/pip-kit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine +FROM python:3.9.10-alpine LABEL maintainer=pcrespov