Take advantage of automatically defined openedx version

This commit is contained in:
Régis Behmo 2020-09-17 10:54:15 +02:00
parent f469eeb878
commit 687af7d486
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "10.1.4"
__version__ = "10.1.5"

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.3
ARG DISCOVERY_VERSION={{ OPENEDX_COMMON_VERSION }}
RUN mkdir -p /openedx/discovery && \
git clone $DISCOVERY_REPOSITORY --branch $DISCOVERY_VERSION --depth 1 /openedx/discovery
WORKDIR /openedx/discovery