Merge pull request #112 from ckan/Update-for-CKAN-2.10.3-and-2.9.10
Update for new CKAN images 2.10.3 and 2.9.10
This commit is contained in:
commit
89c900fe1c
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue