From 8dd8663883028c089a168065bd7e687cb4897efe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Jan 2022 23:42:30 +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..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