Fix image tag in the Dev Dockerfile
As per https://github.com/ckan/ckan-docker-base/pull/28
This commit is contained in:
parent
6bbc482e0d
commit
5fc1efce33
|
@ -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