From 7fa99d7706bde721695feb2358fe347fa3e4a884 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Feb 2022 06:27:41 +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-2393733 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2393735 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2407738 - 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..6d414b1 100644 --- a/pip-kit/Dockerfile +++ b/pip-kit/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine +FROM python:3.7.12-alpine LABEL maintainer=pcrespov