Skip to content

Commit

Permalink
Update project images to latest ckan release
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 21, 2024
1 parent a1ae332 commit 0cb8729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,7 @@ For convenience the CKAN_SITE_URL parameter should be set in the .env file. For

## 12. Changing the base image

The base image used in the CKAN Dockerfile and Dockerfile.dev can be changed so a different DockerHub image is used eg: ckan/ckan-base:2.9.9
could be used instead of ckan/ckan-base:2.10.1
The base image used in the CKAN Dockerfile and Dockerfile.dev can be changed so a different DockerHub image is used eg: ckan/ckan-base:2.10.5 can be used instead of ckan/ckan-base:2.11.0

## 13. Replacing DataPusher with XLoader

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.4
FROM ckan/ckan-base:2.11.0

# 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.4
FROM ckan/ckan-dev:2.11.0

# 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 0cb8729

Please sign in to comment.