From 52c02b805f8d9de7bf276e0fb1706aaa3146beae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jan 2022 22:27:22 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342160 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342162 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342163 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342164 - https://snyk.io/vuln/SNYK-ALPINE315-EXPAT-2342165 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 702a8e3..76aeed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.9-alpine LABEL "com.github.actions.name"="Cloudfront Invalidate" LABEL "com.github.actions.description"="Invalidate a path for an AWS Cloudfront distribution"