mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
Apply upstream security patch
This commit is contained in:
parent
f334dc47fb
commit
0f44d32147
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Apply upstream edx-platform [security patch](https://github.com/edx/edx-platform/pull/25782)
|
||||
|
||||
## v10.5.2 (2020-12-07)
|
||||
|
||||
- [Improvement] Increase the timeout of the gunicorn worker command in openedx Dockerfile
|
||||
|
@ -54,7 +54,9 @@ RUN curl https://github.com/edx/edx-platform/commit/80fa2cae128e2a1fd8ab298351b7
|
||||
# https://github.com/edx/edx-platform/pull/25182
|
||||
# https://github.com/overhangio/edx-platform/tree/overhangio/disable-learner-records-from-settings
|
||||
RUN curl https://github.com/overhangio/edx-platform/commit/58f20a0547355080eeee346104a1719ad806902e.patch | git apply -
|
||||
|
||||
# Fix security issues
|
||||
# https://github.com/edx/edx-platform/pull/25782/commits
|
||||
RUN curl https://github.com/edx/edx-platform/commit/c03857b78d6204ed3b9a3093367348ebfaaf7d04.patch | git apply -
|
||||
|
||||
###### Download extra locales to /openedx/locale/contrib/locale
|
||||
FROM minimal as locales
|
||||
|
Loading…
x
Reference in New Issue
Block a user