From d44cbf5e5331c7638430b40589e4c8f432232627 Mon Sep 17 00:00:00 2001 From: Benjamin Kanzler <42995161+KanBen86@users.noreply.github.com> Date: Mon, 4 Dec 2023 00:00:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c90baff..d9ca142 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk update; RUN apk add unzip; RUN apk add openjdk11-jre-headless; -RUN cd /jars; wget http://nlp.stanford.edu/software/stanford-corenlp-latest.zip; \ +RUN cd /jars; wget https://nlp.stanford.edu/software/stanford-corenlp-4.5.5.zip; \ if ["$?"!="0"]; \ then rm stanford-corenlp-latest.zip; \ else rm /jars/stanford-corenlp-4.2.2/; \