Skip to content

Commit

Permalink
fix: don't apply security fixes in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jan 22, 2024
1 parent 5aee301 commit 61dcbdc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 #}
Expand Down

0 comments on commit 61dcbdc

Please sign in to comment.