diff --git a/.docker/Dockerfile b/.docker/Dockerfile
index 9daad27ef1bdb4da6659b0ad5402f8356c820742..410d71028d3c86743db65a52de02d863b689e2fb 100644
--- a/.docker/Dockerfile
+++ b/.docker/Dockerfile
@@ -14,15 +14,15 @@ RUN apt-get update && \
      libxml2 \
 	 -y
 COPY .docker/wait-for-it.sh /wait-for-it.sh
-ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/master \
+ADD https://gitlab.com/api/v4/projects/13656973/repository/branches/main \
    pylib_version.json
 RUN git clone https://gitlab.com/caosdb/caosdb-pylib.git && \
    cd caosdb-pylib && pip3 install .
-ADD https://gitlab.com/api/v4/projects/13656965/repository/branches/master \
+ADD https://gitlab.com/api/v4/projects/13656965/repository/branches/main \
    model_version.json
 RUN git clone https://gitlab.com/caosdb/caosdb-models.git && \
    cd caosdb-models && pip3 install .
-ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/master \
+ADD https://gitlab.com/api/v4/projects/13601752/repository/branches/main \
    scifolder_version.json
 RUN git clone \
     https://gitlab.com/henrik_indiscale/scifolder.git && \