Skip to content

Commit

Permalink
chore: upgrade CKAN to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 18, 2024
1 parent ffd45c3 commit fd03392
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CKAN_DB_PASSWORD=ckandbpassword
CKAN_DB=ckandb

# CKAN
CKAN_VERSION=2.10.3
CKAN_VERSION=2.10.4
CKAN_SITE_ID=default
CKAN_SITE_URL=http://localhost:5500
CKAN__CORS__ORIGIN_WHITELIST=http://localhost:4200
Expand Down
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 ckan/ckan-base:2.10.3
FROM ckan/ckan-base:2.10.4

# Install any extensions needed by your CKAN instance
# See Dockerfile.dev for more details and examples
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-only

FROM ckan/ckan-dev:2.10.3
FROM ckan/ckan-dev:2.10.4

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 fd03392

Please sign in to comment.