We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e44214 commit fe3d106Copy full SHA for fe3d106
2 files changed
Dockerfile
@@ -25,7 +25,7 @@ ENV COURSIER_CACHE="/odk/tools/.coursier-cache"
25
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
26
build-essential \
27
openssh-client \
28
- openjdk-11-jdk-headless \
+ openjdk-21-jdk-headless \
29
maven \
30
python3-dev \
31
subversion \
docker/odklite/Dockerfile
@@ -24,7 +24,7 @@ ENV ROBOT_JAR=$ROBOT_JAR
24
RUN apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends \
git \
- openjdk-11-jre-headless \
+ openjdk-21-jre-headless \
python3-pip \
python-is-python3 \
python3-six \
0 commit comments