diff --git a/ckan/Dockerfile b/ckan/Dockerfile index bcca3a34..1f243819 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: AGPL-3.0-only -FROM ckan/ckan-base:2.10.4 +FROM ckan/ckan-base:2.10.5 RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.2.4#egg=ckanext-gdi-userportal && \ pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt