diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 1a538a8c..93f6f8fb 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -4,7 +4,7 @@ # # SPDX-License-Identifier: AGPL-3.0-only -FROM docker.io/ckan/ckan-base:2.10.6 +FROM docker.io/ckan/ckan-base:2.11.1 RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/gdi-userportal-ckanext-gdi-userportal.git@v1.3.8#egg=ckanext-gdi-userportal && \ pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt