From cff4431367a393b1ed86d2011601e39343c4e0e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Dec 2021 22:24:28 +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-NCURSES-2313024 - https://snyk.io/vuln/SNYK-ALPINE312-NCURSES-2313024 - 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..ad06f4f460 100644 --- a/ipython/Dockerfile.engine +++ b/ipython/Dockerfile.engine @@ -1,4 +1,4 @@ -FROM python:3.5-alpine +FROM python:3.10.0-alpine LABEL maintainer="ahkui "