diff --git a/Dockerfile b/Dockerfile index a78850f..cbd9c3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,6 @@ RUN set -eux ; \ apt-get update \ && apt-get install git pandoc -y \ && pip install -r /requirements.txt \ - && pip install git+https://github.com/CivicActions/compliancetools.git@v0.1.28#egg=compliancetools + && pip install git+https://github.com/CivicActions/compliancetools.git@v0.1.29#egg=compliancetools VOLUME /results