Skip to content

Commit

Permalink
Merge pull request #155 from GenomicDataInfrastructure/upgrade-ckan-2…
Browse files Browse the repository at this point in the history
….10.6

chore(deps): upgrade CKAN to 2.10.6
  • Loading branch information
brunopacheco1 authored Dec 18, 2024
2 parents d2d6c57 + 34713e6 commit c863e73
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-only

FROM docker.io/ckan/ckan-base:2.10.5
FROM docker.io/ckan/ckan-base:2.10.6

RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected]#egg=ckanext-gdi-userportal && \
pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-only

FROM docker.io/ckan/ckan-dev:2.10.5
FROM docker.io/ckan/ckan-dev:2.10.6

RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \
pip3 install -r ${APP_DIR}/src/ckanext-dcat/requirements.txt
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ volumes:
ckan_storage:
pg_data:
solr_data:
pip_cache:
site_packages:

services:
Expand All @@ -29,7 +28,6 @@ services:
volumes:
- ckan_storage:/var/lib/ckan
- ./src:/srv/app/src_extensions
- pip_cache:/root/.cache/pip
- site_packages:/usr/lib/python3.10/site-packages
restart: unless-stopped
healthcheck:
Expand Down

0 comments on commit c863e73

Please sign in to comment.