diff --git a/tutorxqueue/__about__.py b/tutorxqueue/__about__.py index 7864303..fe0b842 100644 --- a/tutorxqueue/__about__.py +++ b/tutorxqueue/__about__.py @@ -1 +1 @@ -__version__ = "10.1.1" +__version__ = "10.1.2" diff --git a/tutorxqueue/templates/xqueue/build/xqueue/Dockerfile b/tutorxqueue/templates/xqueue/build/xqueue/Dockerfile index c461449..e49dda7 100644 --- a/tutorxqueue/templates/xqueue/build/xqueue/Dockerfile +++ b/tutorxqueue/templates/xqueue/build/xqueue/Dockerfile @@ -8,7 +8,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python \ && ln -s /usr/bin/pip3 /usr/bin/pip RUN mkdir /openedx /openedx/data -RUN git clone https://github.com/edx/xqueue --branch open-release/juniper.3 --depth 1 /openedx/xqueue +RUN git clone https://github.com/edx/xqueue --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/xqueue WORKDIR /openedx/xqueue RUN pip install -r requirements.txt