From c279d767e130943f788831e6eb752264375fc550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Lul=C3=A9?= Date: Fri, 25 Feb 2022 11:29:55 +0100 Subject: [PATCH] Update the base image to lab-3.2.9 (#9) The initial intention of using a :hub tagged image was to keep a hard synchronization between the components. The APOD team went for the latest lab tag, and this went well, so I'm doing the same change here. The lab being the component we are interested in, there is no reason to create indirection with the hub versionning. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bfecb8..6962558 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyter/base-notebook:hub-2.0.1 +FROM jupyter/base-notebook:lab-3.2.9 MAINTAINER PyAnsys Maintainers "pyansys.maintainers@ansys.com"