Skip to content

Commit fe3d106

Browse files
committed
Use Java 21.
Update the version of Java in the ODK images to 21 (needed for the latest versions of Jena). closes #1348
1 parent 8e44214 commit fe3d106

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ENV COURSIER_CACHE="/odk/tools/.coursier-cache"
2525
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
2626
build-essential \
2727
openssh-client \
28-
openjdk-11-jdk-headless \
28+
openjdk-21-jdk-headless \
2929
maven \
3030
python3-dev \
3131
subversion \

docker/odklite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV ROBOT_JAR=$ROBOT_JAR
2424
RUN 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 \

0 commit comments

Comments
 (0)