diff --git a/Dockerfile b/Dockerfile index a15ad89..98eb586 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ARG VROOM_EXPRESS_RELEASE=master RUN echo "Cloning and installing vroom-express release/branch ${VROOM_EXPRESS_RELEASE}..." && \ git clone --branch $VROOM_EXPRESS_RELEASE --single-branch https://github.com/VROOM-Project/vroom-express.git -ARG VROOM_RELEASE=feature/max-tasks +ARG VROOM_RELEASE=zonneplan RUN echo "Cloning and installing vroom release/branch ${VROOM_RELEASE}..." && \ git clone --branch $VROOM_RELEASE --single-branch --recurse-submodules https://github.com/zonneplan/vroom.git && \