diff options
author | Michael Mittermayr | 2017-10-04 15:15:52 +0200 |
---|---|---|
committer | Michael Mittermayr | 2017-10-04 15:15:52 +0200 |
commit | 76426f64ca9316031b8cb12eee91fe36cc64d8fa (patch) | |
tree | 083f07a372799fc8b59cc41520f78b8d1e8139f1 /Dockerfile | |
parent | 2f79a52e269d75288cf9193c333f9ff429f35cdf (diff) | |
download | languagetool-76426f64ca9316031b8cb12eee91fe36cc64d8fa.tar.gz |
Upgrade to version 3.9
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM debian:jessie MAINTAINER Silvio Fricke <silvio.fricke@gmail.com> -ENV VERSION 3.8 +ENV VERSION 3.9 ADD https://www.languagetool.org/download/LanguageTool-$VERSION.zip /LanguageTool-$VERSION.zip RUN set -ex \ |