File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
1818RUN set -eux; \
1919 python -m pip install --upgrade --no-cache-dir pip setuptools wheel; \
2020 python -m pip install --no-cache-dir \
21- -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.11.17 #egg=ckanext-gdi-userportal \
22- -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.3.9 #egg=ckanext-dcat \
21+ -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.11.18 #egg=ckanext-gdi-userportal \
22+ -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.4.0 #egg=ckanext-dcat \
2323 -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2424 -e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2525 'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
26- -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.9 #egg=ckanext-fairdatapoint \
26+ -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.10 #egg=ckanext-fairdatapoint \
2727 -e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2828 for requirement in \
2929 ckanext-gdi-userportal \
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
1818RUN set -eux; \
1919 python -m pip install --upgrade --no-cache-dir pip setuptools wheel; \
2020 python -m pip install --no-cache-dir \
21- -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.3.9 #egg=ckanext-dcat \
21+ -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.4.0 #egg=ckanext-dcat \
2222 -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dataset-series.git@v1.0.0#egg=ckanext-dataset-series \
2323 -e git+https://github.com/ckan/ckanext-harvest.git@v1.6.2#egg=ckanext-harvest \
2424 'ckanext-scheming[requirements] @ git+https://github.com/ckan/ckanext-scheming.git@release-3.1.0' \
25- -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.9 #egg=ckanext-fairdatapoint \
25+ -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.10 #egg=ckanext-fairdatapoint \
2626 -e git+https://github.com/ckan/ckanext-fluent.git#egg=ckanext-fluent; \
2727 for requirement in \
2828 ckanext-dcat \
You can’t perform that action at this time.
0 commit comments