Upgrade to juniper.3
This commit is contained in:
parent
52dd830624
commit
e60428ae22
@ -1 +1 @@
|
|||||||
__version__ = "10.1.0"
|
__version__ = "10.1.1"
|
||||||
|
|||||||
@ -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.2 --depth 1 /openedx/xqueue
|
RUN git clone https://github.com/edx/xqueue --branch open-release/juniper.3 --depth 1 /openedx/xqueue
|
||||||
WORKDIR /openedx/xqueue
|
WORKDIR /openedx/xqueue
|
||||||
|
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user