mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 08:46:34 +00:00
feat: upgrade to quince.2
This commit is contained in:
parent
d99b2feeb3
commit
439b7d08f0
1
changelog.d/20240209_220759_regis.md
Normal file
1
changelog.d/20240209_220759_regis.md
Normal file
@ -0,0 +1 @@
|
||||
- [Improvement] Upgrade base release to open-release/quince.2. (by @regisb)
|
@ -51,8 +51,6 @@ RUN git config --global user.email "tutor@overhang.io" \
|
||||
{{ patch("openedx-dockerfile-git-patches-default") }}
|
||||
{%- else %}
|
||||
# Patch edx-platform
|
||||
# XBlock JWT security fix https://github.com/openedx/edx-platform/pull/34047
|
||||
RUN curl -fsSL https://github.com/openedx/edx-platform/commit/89f5f69682a5e1422f89e867491e8974dd0a8208.patch | git am
|
||||
{%- endif %}
|
||||
|
||||
{# Example: RUN curl -fsSL https://github.com/openedx/edx-platform/commit/<GITSHA1>.patch | git am #}
|
||||
|
@ -59,7 +59,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2
|
||||
OPENEDX_MYSQL_DATABASE: "openedx"
|
||||
OPENEDX_MYSQL_USERNAME: "openedx"
|
||||
# the common version will be automatically set to "master" in the nightly branch
|
||||
OPENEDX_COMMON_VERSION: "open-release/quince.1"
|
||||
OPENEDX_COMMON_VERSION: "open-release/quince.2"
|
||||
OPENEDX_EXTRA_PIP_REQUIREMENTS: []
|
||||
MYSQL_HOST: "mysql"
|
||||
MYSQL_PORT: 3306
|
||||
|
Loading…
Reference in New Issue
Block a user