From 2f103ce21da9038881a414bbba75f89d9acb2a4d Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Fri, 15 Sep 2023 12:06:34 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 381fd17..4b0be66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # base notebook, contains Jupyter and relevant tools # See https://github.com/ucsd-ets/datahub-docker-stack/wiki/Stable-Tag # for a list of the most current containers we maintain -FROM ucsdets/datahub-base-notebook:latest +FROM docker pull ghcr.io/ucsd-ets/datascience-notebook:2023.4-stable LABEL maintainer="Mike Cuoco "