mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-15 17:47:13 +00:00
Security upgrade django 1.11.27 -> 1.11.28
This commit is contained in:
parent
83459d43d5
commit
5e626114de
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
- [Security] Upgrade django to 1.11.28
|
||||
- [Improvement] Make it possible to configure the elasticsearch heap size
|
||||
- [Bugfix] Fix broken elasticsearch environment variables
|
||||
- [Improvement] Restore more recent Android app version (#289).
|
||||
|
@ -35,6 +35,7 @@ RUN curl https://github.com/overhangio/edx-platform/commit/0d4f6cc3433013960b28e
|
||||
RUN curl https://github.com/edx/edx-platform/commit/7731c68b91ba662e6433ab46e434860afc497944.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/86f4902257a431a1a465eec585a116c19d2c4659.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/9490d8e083ccdcf8341694e38bbd9f7200ea2ff3.patch | git apply -
|
||||
RUN curl https://github.com/edx/edx-platform/commit/df76bb257a9946271bff8ed2650d158a83a035a8.patch | git apply -
|
||||
|
||||
# Download extra locales to /openedx/locale
|
||||
RUN cd /tmp \
|
||||
|
Loading…
Reference in New Issue
Block a user