From 25289334f25b8eefd9657fce45bd158624e63670 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 29 Sep 2022 17:55:11 +0400 Subject: [PATCH] Fix docker hub link --- base-notebook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 6c0e89b5..9a3a836b 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. # Ubuntu 22.04 (jammy) -# https://hub.docker.com/_/ubuntu/?tab=tags&name=jammy +# https://hub.docker.com/_/ubuntu/tags?page=1&name=jammy ARG ROOT_CONTAINER=ubuntu:22.04 FROM $ROOT_CONTAINER