From 589c0e974265a2115dc69ae87316fb96ecfd8bec Mon Sep 17 00:00:00 2001 From: Matthew Fedder Date: Fri, 3 Nov 2023 11:32:42 -0700 Subject: [PATCH] Update Dockerfile Update the base container from a :YYYY.MM-stable tag to the permanent :stable tag --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0246ae5..f941877 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/datascience-notebook:stable FROM $BASE_CONTAINER