From 96e2fd430236f2e4d26a3334b0ad0dbfec0599ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 16 Jul 2020 11:26:06 +0200 Subject: [PATCH] Upgrade to juniper.2 --- 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 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