From d93e6028313b7637f6cf5b39e875f6599033e73b Mon Sep 17 00:00:00 2001 From: Zia Fazal Date: Wed, 4 Dec 2024 11:24:56 +0500 Subject: [PATCH] chore: version bump of scorm xblock --- tutor/templates/build/openedx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutor/templates/build/openedx/Dockerfile b/tutor/templates/build/openedx/Dockerfile index ebc715727f..15e63cb33d 100644 --- a/tutor/templates/build/openedx/Dockerfile +++ b/tutor/templates/build/openedx/Dockerfile @@ -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 \