diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 68551e35..d109564d 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -9,7 +9,7 @@ FROM ckan/ckan-base:2.10.4 # Install any extensions needed by your CKAN instance # See Dockerfile.dev for more details and examples -RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.2.2#egg=ckanext-gdi-userportal && \ +RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.2.3#egg=ckanext-gdi-userportal && \ pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt RUN pip3 install -e git+https://github.com/ckan/ckanext-dcat.git@v1.5.1#egg=ckanext-dcat && \ @@ -26,7 +26,7 @@ RUN git clone https://github.com/CivityNL/ckanext-scheming.git ${APP_DIR}/src/ck RUN pip3 install -e git+https://github.com/DataShades/ckanext-oidc-pkce.git@v0.3.1#egg=ckanext-oidc-pkce && \ pip3 install -r ${APP_DIR}/src/ckanext-oidc-pkce/requirements.txt -RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.0.2#egg=ckanext-fairdatapoint && \ +RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.2.0#egg=ckanext-fairdatapoint && \ pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt # Install Supervisor and cron diff --git a/ckan/Dockerfile.dev b/ckan/Dockerfile.dev index 12ff9243..19619118 100644 --- a/ckan/Dockerfile.dev +++ b/ckan/Dockerfile.dev @@ -19,7 +19,7 @@ RUN git clone https://github.com/CivityNL/ckanext-scheming.git ${APP_DIR}/src/ck RUN pip3 install -e git+https://github.com/DataShades/ckanext-oidc-pkce.git@v0.3.1#egg=ckanext-oidc-pkce && \ pip3 install -r ${APP_DIR}/src/ckanext-oidc-pkce/requirements.txt -RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.0.2#egg=ckanext-fairdatapoint && \ +RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-fairdatapoint.git@v1.2.0#egg=ckanext-fairdatapoint && \ pip3 install -r ${APP_DIR}/src/ckanext-fairdatapoint/requirements.txt diff --git a/src/ckanext-gdi-userportal b/src/ckanext-gdi-userportal index 2545e99d..46845396 160000 --- a/src/ckanext-gdi-userportal +++ b/src/ckanext-gdi-userportal @@ -1 +1 @@ -Subproject commit 2545e99d1e3204a089250341e5067c7167b26518 +Subproject commit 46845396496451139ba64b5ea8985d56122ceb5d