Upgrade to juniper.2
This commit is contained in:
parent
30515295b7
commit
8b3afbdd40
@ -1 +1 @@
|
||||
__version__ = "10.0.1"
|
||||
__version__ = "10.0.2"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user