Take advantage of automatically defined openedx version

This commit is contained in:
Régis Behmo 2020-09-17 10:57:13 +02:00
parent 3b9fe168bf
commit cb31ddfc3c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "10.1.1" __version__ = "10.1.2"

View File

@ -8,7 +8,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python \
&& ln -s /usr/bin/pip3 /usr/bin/pip && ln -s /usr/bin/pip3 /usr/bin/pip
RUN mkdir /openedx /openedx/data 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 WORKDIR /openedx/xqueue
RUN pip install -r requirements.txt RUN pip install -r requirements.txt