From 974c853622e62b585f044b704ea80000325abae6 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 20 Nov 2021 00:21:44 +0530 Subject: [PATCH] Bump version of jupyterlab-link-share Brings in https://github.com/jupyterlab-contrib/jupyterlab-link-share/pull/27 as retrolab is going to be (hopefully) used by data8 Ref https://github.com/berkeley-dsep-infra/datahub/issues/3027 --- deployments/data8/image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/data8/image/Dockerfile b/deployments/data8/image/Dockerfile index 312cc6b40..efbb182db 100644 --- a/deployments/data8/image/Dockerfile +++ b/deployments/data8/image/Dockerfile @@ -91,6 +91,6 @@ EXPOSE 8888 # Temporarily install newer version of jupyterlab-link-share # Move this back to just installing off infra-requirements once we are a bit stable -RUN pip install -U jupyterlab-link-share==0.2.3 +RUN pip install -U jupyterlab-link-share==0.2.4 ENTRYPOINT ["tini", "--"]