Skip to content

Commit

Permalink
Merge pull request #91 from ckan/fix-dev-image-tag
Browse files Browse the repository at this point in the history
Fix image tag in the Dev Dockerfile
  • Loading branch information
kowh-ai authored Oct 6, 2023
2 parents 4469079 + 5fc1efc commit 2753e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -56,4 +55,4 @@ RUN for d in $APP_DIR/patches/*; do \
cd $SRC_DIR/`basename "$d"` && echo "$0: Applying patch $f to $SRC_DIR/`basename $d`"; patch -p1 < "$f" ; \
done ; \
fi ; \
done
done

0 comments on commit 2753e5f

Please sign in to comment.