From 30d7785d59cf37d82180584cd3f368e64fb67432 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 00:27:03 +0000 Subject: [PATCH] fix: images/develop/alpine3.12/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2407740 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2407741 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2407742 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- images/develop/alpine3.12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/develop/alpine3.12/Dockerfile b/images/develop/alpine3.12/Dockerfile index b0ec265..0b3c69e 100644 --- a/images/develop/alpine3.12/Dockerfile +++ b/images/develop/alpine3.12/Dockerfile @@ -17,7 +17,7 @@ ## FROM madnight/alpine-wkhtmltopdf-builder:0.12.5-alpine3.10-745686742 AS wkhtmltopdf-builder -FROM python:3.7-alpine3.12 +FROM python:rc-alpine3.12 ARG VERSION=develop