From f75cb01029af7f3975f79b5e8273ddff8c89bf1e Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Wed, 17 Jun 2020 10:13:16 +0200 Subject: [PATCH] Use revision that works --- build/cqpserver/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cqpserver/Dockerfile b/build/cqpserver/Dockerfile index 2525c7c..f995538 100644 --- a/build/cqpserver/Dockerfile +++ b/build/cqpserver/Dockerfile @@ -4,7 +4,7 @@ FROM debian:10-slim LABEL maintainer="inf_sfb1288@lists.uni-bielefeld.de" -ARG CWB_REVISION=1539 +ARG CWB_REVISION=1499 ARG CWB_PLATFORM=linux-64 ARG CWB_SITE=standard ENV LANG=C.UTF-8