From bf1d35340a9eeb9868e288061e154d91f691456f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 23:58:52 +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-2342150 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2342157 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2342158 - 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