Skip to content

Commit b1f91cc

Browse files
hcvdwerfHans-christian
andauthored
fix(tags) userportal extension update (#235)
Co-authored-by: Hans-christian <hanschristian.vanderwerf@health-ri.nl>
1 parent 58a17f3 commit b1f91cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckan/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
1818
RUN 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.11#egg=ckanext-gdi-userportal \
21+
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.11.12#egg=ckanext-gdi-userportal \
2222
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.3.9#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 \

0 commit comments

Comments
 (0)