diff --git a/tutornotes/__about__.py b/tutornotes/__about__.py index 9158871..ab64964 100644 --- a/tutornotes/__about__.py +++ b/tutornotes/__about__.py @@ -1 +1 @@ -__version__ = "10.0.0" +__version__ = "10.0.1" diff --git a/tutornotes/templates/notes/build/notes/Dockerfile b/tutornotes/templates/notes/build/notes/Dockerfile index 1630e9c..02be3a7 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.1 --depth 1 /openedx/edx-notes-api +RUN git clone https://github.com/edx/edx-notes-api --branch open-release/juniper.2 --depth 1 /openedx/edx-notes-api WORKDIR /openedx/edx-notes-api RUN pip3 install -r requirements/base.txt