aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormatt082021-03-22 09:20:36 +0100
committerGitHub2021-03-22 09:20:36 +0100
commitb2579a13d69407b519083a7cd381e90bea55b4ff (patch)
treee8a65bc65fed08f89ee884c710a0d26569f83f7a /Dockerfile
parent73debe998948ebb14001faeefbf698bc0a482a7d (diff)
downloadlanguagetool-b2579a13d69407b519083a7cd381e90bea55b4ff.tar.gz
Update to 5.2.3
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index eb61a5c..aa18571 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@ MAINTAINER Silvio Fricke <silvio.fricke@gmail.com>
RUN apk add --no-cache libgomp gcompat libstdc++
-ENV VERSION 5.2
+ENV VERSION 5.2.3
RUN wget https://www.languagetool.org/download/LanguageTool-$VERSION.zip && \
unzip LanguageTool-$VERSION.zip && \
rm LanguageTool-$VERSION.zip