diff --git a/Dockerfile b/Dockerfile index 6b442d8..4dc8462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ ENV MAINTAINER=$maintainer ENV COMANAGE_URL=https://github.com/Internet2/comanage-registry/archive/$VERSION.tar.gz ENV COMANAGE_PREFIX=comanage-registry -# Note using git to grab this alternate feature branch +# Note using git to grab this alternate develop branch RUN mkdir -p /opt/comanage && cd /opt/comanage && \ git clone -b develop https://github.com/Internet2/comanage-registry.git && \ mv comanage-registry $COMANAGE_PREFIX-$VERSION && \