Skip to content

Commit

Permalink
Merge pull request #743 from openedx/cag/upgrade-ppa
Browse files Browse the repository at this point in the history
fix: upgrade platform-plugin-aspects on production image
  • Loading branch information
Cristhian Garcia authored Apr 23, 2024
2 parents d01cf18 + cf61a96 commit d801c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "platform-plugin-aspects==v0.7.0"
pip install "platform-plugin-aspects==v0.7.2"
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
pip install "edx-event-routing-backends==v9.0.0"

0 comments on commit d801c7f

Please sign in to comment.