From eec5090a4ce7612c073106a8ec2fbf4b443365c0 Mon Sep 17 00:00:00 2001 From: ismailshahzad Date: Thu, 10 Mar 2022 19:00:20 +0500 Subject: [PATCH] [Dockerfile] Change to 2.9.5 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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