From 773ff40751759f7f1a3dd565ddb011ce831f6bd7 Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:44:43 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c803b5d..0246ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,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 -ARG BASE_CONTAINER=ucsdets/datahub-base-notebook:2023.1-stable +ARG BASE_CONTAINER=ghcr.io/ucsd-ets/datascience-notebook:2023.2-stable FROM $BASE_CONTAINER