Skip to content

Commit bde18d7

Browse files
authored
Update dataset series dependency version in Dockerfile
1 parent 6293f02 commit bde18d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckan/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN set -eux; \
1919
python -m pip install --upgrade --no-cache-dir pip setuptools wheel; \
2020
python -m pip install --no-cache-dir \
2121
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-dcat.git@v2.4.0#egg=ckanext-dcat \
22-
-e git+https://github.com/ckan/ckanext-dataset-series.git#egg=ckanext-dataset-series \
22+
-e git+https://github.com/ckan/ckanext-dataset-series.git@v0.1.1#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' \
2525
-e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.6.10#egg=ckanext-fairdatapoint \

0 commit comments

Comments
 (0)