Merge pull request #91 from ckan/fix-dev-image-tag

Fix image tag in the Dev Dockerfile
This commit is contained in:
Brett Jones 2023-10-06 16:11:13 +02:00 committed by GitHub
commit 2753e5ffb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM ckan/ckan-base:2.10.1 FROM ckan/ckan-base:2.10.1
#FROM ckan/ckan-base:2.9.9
# Set up environment variables # Set up environment variables
ENV APP_DIR=/srv/app ENV APP_DIR=/srv/app

View File

@ -1,5 +1,4 @@
FROM ckan/ckan-base:2.10.1-dev FROM ckan/ckan-dev:2.10.1
#FROM ckan/ckan-base:2.9.9-dev
# Set up environment variables # Set up environment variables