From 6dc0fa8696beb7f5d26e36d709607b919b35e3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 27 Aug 2020 17:43:23 +0200 Subject: [PATCH] Upgrade to juniper.3 --- tutornotes/__about__.py | 2 +- tutornotes/templates/notes/build/notes/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutornotes/__about__.py b/tutornotes/__about__.py index fe0b842..aa24afa 100644 --- a/tutornotes/__about__.py +++ b/tutornotes/__about__.py @@ -1 +1 @@ -__version__ = "10.1.2" +__version__ = "10.1.3" diff --git a/tutornotes/templates/notes/build/notes/Dockerfile b/tutornotes/templates/notes/build/notes/Dockerfile index 02be3a7..9d573df 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.2 --depth 1 /openedx/edx-notes-api +RUN git clone https://github.com/edx/edx-notes-api --branch open-release/juniper.3 --depth 1 /openedx/edx-notes-api WORKDIR /openedx/edx-notes-api RUN pip3 install -r requirements/base.txt