Merge pull request #91 from ckan/fix-dev-image-tag
Fix image tag in the Dev Dockerfile
This commit is contained in:
commit
2753e5ffb1
|
@ -1,5 +1,4 @@
|
|||
FROM ckan/ckan-base:2.10.1
|
||||
#FROM ckan/ckan-base:2.9.9
|
||||
|
||||
# Set up environment variables
|
||||
ENV APP_DIR=/srv/app
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
FROM ckan/ckan-base:2.10.1-dev
|
||||
#FROM ckan/ckan-base:2.9.9-dev
|
||||
FROM ckan/ckan-dev:2.10.1
|
||||
|
||||
|
||||
# Set up environment variables
|
||||
|
|
Loading…
Reference in New Issue