From 5036fc24438499540032a0cd25da277f298ee050 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Feb 2022 21:44:56 +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-2342158 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2406623 - https://snyk.io/vuln/SNYK-ALPINE312-EXPAT-2406624 - 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..e0c7038 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:3.10.0b2-alpine3.12 ARG VERSION=develop