Upgrade to juniper.2

This commit is contained in:
Régis Behmo 2020-07-16 11:26:34 +02:00
parent 30515295b7
commit 8b3afbdd40
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "10.0.1"
__version__ = "10.0.2"

View File

@ -6,7 +6,7 @@ RUN apt update && \
ENV LC_ALL en_US.UTF-8
ARG DISCOVERY_REPOSITORY=https://github.com/edx/course-discovery.git
ARG DISCOVERY_VERSION=open-release/juniper.1
ARG DISCOVERY_VERSION=open-release/juniper.2
RUN mkdir -p /openedx/discovery && \
git clone $DISCOVERY_REPOSITORY --branch $DISCOVERY_VERSION --depth 1 /openedx/discovery
WORKDIR /openedx/discovery