File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ ARG ODK_VERSION 0.0.0
1010ENV ODK_VERSION=$ODK_VERSION
1111
1212# Software versions
13- # Jena 5.x requires Java 17, so for now we are stuck with Jena 4.x
14- ENV JENA_VERSION=4.9.0
13+ ENV JENA_VERSION=6.1.0
1514ENV KGCL_JAVA_VERSION=0.6.0
1615ENV SCALA_CLI_VERSION=1.8.0
1716ENV OWLTOOLS_VERSION=2020-04-06
@@ -25,7 +24,7 @@ ENV COURSIER_CACHE="/odk/tools/.coursier-cache"
2524RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
2625 build-essential \
2726 openssh-client \
28- openjdk-11 -jdk-headless \
27+ openjdk-21 -jdk-headless \
2928 maven \
3029 python3-dev \
3130 subversion \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ ENV ROBOT_JAR=$ROBOT_JAR
2424RUN apt-get update && \
2525 DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
2626 git \
27- openjdk-11 -jre-headless \
27+ openjdk-21 -jre-headless \
2828 python3-pip \
2929 python-is-python3 \
3030 python3-six \
You can’t perform that action at this time.
0 commit comments