Update CKAN Dockerfiles

This commit is contained in:
Brett 2023-12-18 12:08:59 +11:00
parent 5cd6ab310a
commit f0c1e97097
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM ckan/ckan-base:2.10.1 FROM ckan/ckan-base:2.10.3
# Install any extensions needed by your CKAN instance # Install any extensions needed by your CKAN instance
# See Dockerfile.dev for more details and examples # See Dockerfile.dev for more details and examples

View File

@ -1,4 +1,4 @@
FROM ckan/ckan-dev:2.10.1 FROM ckan/ckan-dev:2.10.3
# Install any extensions needed by your CKAN instance # Install any extensions needed by your CKAN instance
# - Make sure to add the plugins to CKAN__PLUGINS in the .env file # - Make sure to add the plugins to CKAN__PLUGINS in the .env file