diff --git a/Dockerfile b/Dockerfile index 0024643..a625886 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/remove-service-from-operators +ARG VROOM_RELEASE=master 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 && \