Skip to content

Commit

Permalink
Merge pull request #152 from GenomicDataInfrastructure/revert-ckan-up…
Browse files Browse the repository at this point in the history
…grade

chore(deps): revert CKAN upgrade
  • Loading branch information
brunopacheco1 authored Dec 16, 2024
2 parents c0a5c6c + be2c5a8 commit d2d6c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6
FROM docker.io/ckan/ckan-base:2.10.5

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.6
FROM docker.io/ckan/ckan-dev:2.10.5

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

0 comments on commit d2d6c57

Please sign in to comment.