From c74a8dd0dbb368765585b6f07cc703fbdd9d1e25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Jan 2025 16:03:01 +0000 Subject: [PATCH] chore(deps): update docker.io/ckan/ckan-base docker tag to v2.11.1 --- ckan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 350a4620..a9f4e907 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.9#egg=ckanext-gdi-userportal && \ pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt