Update languagetool

This commit is contained in:
Michael Wedl 2024-07-08 15:03:23 +02:00
parent 366f26f525
commit 6567dc97e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM erikvl87/languagetool:6.3
FROM erikvl87/languagetool:6.4
# Add custom CA certificates
ARG CA_CERTIFICATES=""
@ -10,7 +10,7 @@ RUN mkdir -p /usr/local/share/ca-certificates/ && \
# PostgreSQL support
RUN apk add postgresql-client zip unzip wget \
&& wget https://jdbc.postgresql.org/download/postgresql-42.7.1.jar -P libs --quiet \
&& wget https://jdbc.postgresql.org/download/postgresql-42.7.3.jar -P libs --quiet \
&& mkdir -p org/languagetool/server \
&& unzip -p languagetool-server.jar org/languagetool/server/mybatis-config.xml | \
sed '/^\s*<\/dataSource>/i<property name="driver.prepareThreshold" value="0"\/>' \