Skip to content

Commit

Permalink
Apply security patch openedx#28442
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Aug 12, 2021
1 parent eeb08f6 commit c33bd7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".

## Unreleased

- [Security] Apply security patch [28442](https://github.com/edx/edx-platform/pull/28442).

## v12.0.3 (2021-08-10)

- [Improvement] Upgrade all services to open-release/lilac.2.
Expand Down
3 changes: 2 additions & 1 deletion tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ WORKDIR /openedx/edx-platform
{{ patch("openedx-dockerfile-git-patches-default") }}
{% else %}
# Patch edx-platform
# RUN curl https://github.com/overhangio/edx-platform/commit/<sha1>.patch | git apply -
# RUN curl --silent https://github.com/overhangio/edx-platform/commit/<sha1>.patch | git apply -
RUN curl --silent https://github.com/overhangio/edx-platform/commit/8ecc1903ca9170a719c0e63e99fb231822eb26d8.patch | git apply -
{% endif %}

###### Download extra locales to /openedx/locale/contrib/locale
Expand Down

0 comments on commit c33bd7c

Please sign in to comment.