Take advantage of automatically defined openedx version

This commit is contained in:
Régis Behmo 2020-09-17 10:56:51 +02:00
parent fe7119d4c9
commit 45141e00c3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "10.1.3"
__version__ = "10.1.4"

View File

@ -10,7 +10,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python \
RUN mkdir /openedx
RUN git clone https://github.com/edx/edx-notes-api --branch open-release/juniper.3 --depth 1 /openedx/edx-notes-api
RUN git clone https://github.com/edx/edx-notes-api --branch {{ OPENEDX_COMMON_VERSION }} --depth 1 /openedx/edx-notes-api
WORKDIR /openedx/edx-notes-api
RUN pip3 install -r requirements/base.txt