Updated iform theme version

This commit is contained in:
2025-05-20 11:40:50 +01:00
parent d0cad787bf
commit cc5e6a6cbf

View File

@@ -1,7 +1,9 @@
FROM ghcr.io/front-matter/invenio-rdm-starter:latest
ARG WHEEL
RUN /opt/invenio/.venv/bin/python -m ensurepip
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==4.15.9 invenio-records-lom
RUN /opt/invenio/.venv/bin/python -m pip install invenio-theme-iform==2025.5.20 invenio-records-lom
RUN /opt/invenio/.venv/bin/python -m pip uninstall -y pip
RUN invenio collect
RUN apt install -y npm