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