mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
Apply most recent edx-platform security patches
See this conversation: https://discuss.openedx.org/t/security-patch-for-edit-chapter-xss-lint-issues/2030
This commit is contained in:
parent
c18ab3e7c6
commit
be38f70f5d
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Note: Breaking changes between versions are indicated by "💥".
|
Note: Breaking changes between versions are indicated by "💥".
|
||||||
|
|
||||||
|
## Unreleased
|
||||||
|
|
||||||
|
- [Security] Apply most recent edx-platform [security patches](https://discuss.openedx.org/t/security-patch-for-edit-chapter-xss-lint-issues/2030)
|
||||||
|
|
||||||
## v3.12.2 (2020-04-29)
|
## v3.12.2 (2020-04-29)
|
||||||
|
|
||||||
- [Bugfix] Fix oauth2 authentication with 3rd-party services, such as discovery
|
- [Bugfix] Fix oauth2 authentication with 3rd-party services, such as discovery
|
||||||
|
@ -22,7 +22,7 @@ RUN curl -L -o /tmp/dockerize.tar.gz https://github.com/jwilder/dockerize/releas
|
|||||||
# date hash below to force clearing the docker cache.
|
# date hash below to force clearing the docker cache.
|
||||||
ARG EDX_PLATFORM_REPOSITORY=https://github.com/edx/edx-platform.git
|
ARG EDX_PLATFORM_REPOSITORY=https://github.com/edx/edx-platform.git
|
||||||
ARG EDX_PLATFORM_VERSION=open-release/ironwood.master
|
ARG EDX_PLATFORM_VERSION=open-release/ironwood.master
|
||||||
ARG EDX_PLATFORM_VERSION_DATE=20200227
|
ARG EDX_PLATFORM_VERSION_DATE=20200505
|
||||||
RUN mkdir -p /openedx/edx-platform && \
|
RUN mkdir -p /openedx/edx-platform && \
|
||||||
echo "Pulling $EDX_PLATFORM_VERSION tag from $EDX_PLATFORM_REPOSITORY ($EDX_PLATFORM_VERSION_DATE)" && \
|
echo "Pulling $EDX_PLATFORM_VERSION tag from $EDX_PLATFORM_REPOSITORY ($EDX_PLATFORM_VERSION_DATE)" && \
|
||||||
git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform
|
git clone $EDX_PLATFORM_REPOSITORY --branch $EDX_PLATFORM_VERSION --depth 1 /openedx/edx-platform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user