From eea7ade0522bf9e0a0894b2336213c728ee322e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Mar 2023 19:49:48 +0000 Subject: [PATCH] fix: 3.10-rc/alpine3.14/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 - https://snyk.io/vuln/SNYK-ALPINE314-OPENSSL-3368739 --- 3.10-rc/alpine3.14/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.10-rc/alpine3.14/Dockerfile b/3.10-rc/alpine3.14/Dockerfile index c0b002c99..53da5e721 100644 --- a/3.10-rc/alpine3.14/Dockerfile +++ b/3.10-rc/alpine3.14/Dockerfile @@ -4,7 +4,7 @@ # PLEASE DO NOT EDIT IT DIRECTLY. # -FROM alpine:3.14 +FROM alpine:3.16 # ensure local python is preferred over distribution python ENV PATH /usr/local/bin:$PATH