aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPhilip Benischke2016-05-29 09:44:16 +0200
committerPhilip Benischke2016-05-29 09:44:16 +0200
commit147e04105d7d657016beccc725f54fc0d8a18fc7 (patch)
tree4eca083d44dc916fa2ff54ca65e5741cb38649a8 /Dockerfile
parenta0220e977f893138b7dd82542579490a25a5731c (diff)
downloadlanguagetool-147e04105d7d657016beccc725f54fc0d8a18fc7.tar.gz
Update Version from 3.2 to 3.3
new Version see: https://www.languagetool.org/download/ Changelog: https://languagetool.org/download/CHANGES.md 3.4 is planned for 2016-06-27
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 212ae25..e14c7f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
-ENV VERSION 3.2
+ENV VERSION 3.3
ADD https://www.languagetool.org/download/LanguageTool-$VERSION.zip /LanguageTool-$VERSION.zip
RUN unzip LanguageTool-$VERSION.zip