From 680265a57e48bb8d8f6de087b1444a742f0bc933 Mon Sep 17 00:00:00 2001 From: Erik van Leeuwen Date: Fri, 8 Dec 2023 09:11:26 +0100 Subject: [PATCH] Update LanguageTool from 6.2 to 6.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53e8c0a..70551f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG LANGUAGETOOL_VERSION=6.2 +ARG LANGUAGETOOL_VERSION=6.3-branch FROM debian:bookworm as build