Skip to content

Commit

Permalink
chore: version bump of scorm xblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal authored Dec 4, 2024
1 parent 17dee9a commit d93e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutor/templates/build/openedx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
{{ patch("openedx-dockerfile-post-python-requirements") }}

# Install scorm xblock
RUN pip install "openedx-scorm-xblock>=18.0.0,<19.0.0"
RUN pip install "openedx-scorm-xblock>=19.0.0,<20.0.0"

{% for extra_requirements in OPENEDX_EXTRA_PIP_REQUIREMENTS %}
RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared \
Expand Down

0 comments on commit d93e602

Please sign in to comment.