feat: upgrade to open-release/palm.3

This commit is contained in:
Régis Behmo 2023-10-13 16:47:57 +02:00 committed by Régis Behmo
parent f4dc508c19
commit 9cba06595e
3 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
- [Improvement] Upgrade the Open edX default version to open-release/palm.3. (by @regisb)

View File

@ -136,7 +136,7 @@ Open edX customisation
This defines the git repository from which you install Open edX platform code. If you run an Open edX fork with custom patches, set this to your own git repository. You may also override this configuration parameter at build time, by providing a ``--build-arg`` option.
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/palm.2"``)
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/palm.3"``)
This defines the default version that will be pulled from all Open edX git repositories.

View File

@ -52,7 +52,7 @@ OPENEDX_CMS_UWSGI_WORKERS: 2
OPENEDX_LMS_UWSGI_WORKERS: 2
OPENEDX_MYSQL_DATABASE: "openedx"
OPENEDX_MYSQL_USERNAME: "openedx"
OPENEDX_COMMON_VERSION: "open-release/palm.2"
OPENEDX_COMMON_VERSION: "open-release/palm.3"
OPENEDX_EXTRA_PIP_REQUIREMENTS:
- "openedx-scorm-xblock>=16.0.0,<17.0.0"
MYSQL_HOST: "mysql"