From 687af7d486126c6d098542220f5fc161b7793c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 17 Sep 2020 10:54:15 +0200 Subject: [PATCH] Take advantage of automatically defined openedx version --- tutordiscovery/__about__.py | 2 +- tutordiscovery/templates/discovery/build/discovery/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutordiscovery/__about__.py b/tutordiscovery/__about__.py index 656e1e0..fa610dd 100644 --- a/tutordiscovery/__about__.py +++ b/tutordiscovery/__about__.py @@ -1 +1 @@ -__version__ = "10.1.4" +__version__ = "10.1.5" diff --git a/tutordiscovery/templates/discovery/build/discovery/Dockerfile b/tutordiscovery/templates/discovery/build/discovery/Dockerfile index c35eb39..3f156f0 100644 --- a/tutordiscovery/templates/discovery/build/discovery/Dockerfile +++ b/tutordiscovery/templates/discovery/build/discovery/Dockerfile @@ -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