Upgrade scorm xblock to solve caching issue

See https://github.com/overhangio/openedx-scorm-xblock/issues/1
This commit is contained in:
Régis Behmo 2020-04-29 11:23:27 +02:00
parent be6bc76b2c
commit 9043450de8
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Upgrade scorm xblock to solve caching issue
## v3.12.1 (2020-04-27)
- [Improvement] Increase max upload allowed size to 250Mb in CMS

View File

@ -60,7 +60,7 @@ RUN pip uninstall -y ora2 && \
RUN pip install git+https://github.com/overhangio/edx-oauth2-provider.git@1.2.3#egg=edx-oauth2-provider==1.2.3
# Install ironwood-compatible scorm xblock
RUN pip install "openedx-scorm-xblock<10.0.0,>=9.0.0"
RUN pip install "openedx-scorm-xblock<10.0.0,>=9.1.1"
# Install a recent version of nodejs
RUN nodeenv /openedx/nodeenv --node=8.9.3 --prebuilt