Skip to content

Commit

Permalink
[SD-5811] upgrade ckan to 2.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
awset committed Feb 6, 2025
1 parent 6286c60 commit 8ca007e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.dbca
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_te
USE_HTTPS_FOR_DEV=false

# CKAN core
CKAN_VERSION=2.10.0
CKAN_VERSION=2.10.7
CKAN_SITE_ID=default
# CKAN Dev
CKAN_SITE_URL=http://localhost:$CKAN_PORT_HOST
Expand Down
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TEST_CKAN_DATASTORE_READ_URL=postgresql://datastore_ro:datastore@db/datastore_te
USE_HTTPS_FOR_DEV=false

# CKAN core
CKAN_VERSION=2.10.0
CKAN_VERSION=2.10.7
CKAN_SITE_ID=default
CKAN_SITE_URL=https://localhost:8443
CKAN___BEAKER__SESSION__SECRET=CHANGE_ME
Expand Down
2 changes: 1 addition & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ckan/ckan-base:2.10.6
FROM ckan/ckan-base:2.10.7

# 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
@@ -1,4 +1,4 @@
FROM ckan/ckan-dev:2.10.6
FROM ckan/ckan-dev:2.10.7

# Install any extensions needed by your CKAN instance
# - Make sure to add the plugins to CKAN__PLUGINS in the .env file
Expand Down

0 comments on commit 8ca007e

Please sign in to comment.