diff --git a/Dockerfile b/Dockerfile
index b6757776a0ce1204b74e1b66e0947c0b5a9aa742..8cca5674739d0c28f24e9266b180a528c35fce7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Specify parent image
-ARG BASE_IMAGE=registry.git.rwth-aachen.de/acs/cloud/jupyter/singleuser/python:latest
+ARG BASE_IMAGE=registry.git-ce.rwth-aachen.de/jupyter/singleuser/python:latest
 FROM ${BASE_IMAGE}
 
 # Update conda base environment to match specifications in environment.yml