diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index a9a55fd..89cb3dc 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -8,7 +8,7 @@ ENV PIP_SRC=${SRC_DIR} ENV CKAN_STORAGE_PATH=/var/lib/ckan ENV GIT_URL=https://github.com/ckan/ckan.git # CKAN version to build -ENV GIT_BRANCH=ckan-2.9.4 +ENV GIT_BRANCH=ckan-2.9.5 # Customize these on the .env file if needed ENV CKAN_SITE_URL=http://localhost:5000