From fd4e84c49ba3615472ae783136b0f8fd8fadbb39 Mon Sep 17 00:00:00 2001 From: Tom Camp Date: Thu, 13 Apr 2023 12:12:17 -0400 Subject: [PATCH] Version update. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21efddf..7542c29 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.30#egg=compliancetools + && pip install git+https://github.com/CivicActions/compliancetools.git@v0.1.31#egg=compliancetools VOLUME /results