diff --git a/tutornotes/__about__.py b/tutornotes/__about__.py index aa24afa..656e1e0 100644 --- a/tutornotes/__about__.py +++ b/tutornotes/__about__.py @@ -1 +1 @@ -__version__ = "10.1.3" +__version__ = "10.1.4" diff --git a/tutornotes/templates/notes/build/notes/Dockerfile b/tutornotes/templates/notes/build/notes/Dockerfile index 9d573df..89bcc91 100644 --- a/tutornotes/templates/notes/build/notes/Dockerfile +++ b/tutornotes/templates/notes/build/notes/Dockerfile @@ -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