From e8b485862411cd48ad54930a0e7a31e492078cc6 Mon Sep 17 00:00:00 2001
From: Marcus Meyer <m.meyer@itc.rwth-aachen.de>
Date: Wed, 6 Apr 2022 09:15:55 +0200
Subject: [PATCH] Update Dockerfile

Changed registry
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 4b835cb..eca1314 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Specify parent image. Please select a fixed tag here.
-FROM registry.git.rwth-aachen.de/jupyter/profiles/rwth-minimal-2021-ss:latest
+FROM registry.jupyter.rwth-aachen.de/profiles/rwth-minimal-2021-ss:latest
 # FROM jupyter/minimal-notebook:lab-3.1.4
 # .. Or update conda base environment to match specifications in environment.yml
 ADD environment.yml /tmp/environment.yml
@@ -21,4 +21,4 @@ RUN jupyter labextension install ipyregulartable@0.2.0
 
 RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager
 
-RUN jupyter labextension install k3d
\ No newline at end of file
+RUN jupyter labextension install k3d
-- 
GitLab