From c3819625767a2b3b96886f66e42781fb85d62e4b Mon Sep 17 00:00:00 2001 From: Michael Davidson Date: Thu, 2 Nov 2023 14:57:50 -0700 Subject: [PATCH] Update Julia version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b28d50c..3209ef2 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=ghcr.io/ucsd-ets/datascience-notebook:2023.2-stable +ARG BASE_CONTAINER=ghcr.io/ucsd-ets/julia-notebook:main FROM $BASE_CONTAINER