ckan v2.8.2

This commit is contained in:
Dragan Bocevski 2019-01-04 13:46:03 +01:00
parent ffe0eae03c
commit 754f201942
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FROM alpine:3.8 as ckanbuild
# Set CKAN version to build
ENV GIT_URL=https://github.com/ckan/ckan.git
ENV GIT_BRANCH=ckan-2.8.1
ENV GIT_BRANCH=ckan-2.8.2
# Set src dirs
ENV SRC_DIR=/srv/app/src