Update project images to latest ckan release

This commit is contained in:
amercader 2024-08-21 13:14:28 +02:00
parent a1ae332cb9
commit 0cb87296d8
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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