From 33ce5946e46f6dd760a93cff854eeb07b96acf05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 00:34:47 +0000 Subject: [PATCH] fix: ipython/Dockerfile.engine to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1089238 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569450 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- ipython/Dockerfile.engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipython/Dockerfile.engine b/ipython/Dockerfile.engine index b0ff3fca3b..67dddd13e2 100644 --- a/ipython/Dockerfile.engine +++ b/ipython/Dockerfile.engine @@ -1,4 +1,4 @@ -FROM python:3.5-alpine +FROM python:3.11.0a3-alpine LABEL maintainer="ahkui "