Skip to content

Commit f06f43d

Browse files
authored
Update Dockerfile
1 parent 3e4e9e9 commit f06f43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM continuumio/miniconda3:25.1.1-2@sha256:89e5406f2322af808b23f5461121862fd1e098b360e65be0c3e9d2d79b94c6a4
22
RUN apt-get update \
33
&& apt-get install -y --no-install-recommends \
4-
curl wget build-essential openjdk-17-jdk git \
4+
curl wget build-essential openjdk-21-jdk git \
55
&& rm -rf /var/lib/apt/lists/*
6-
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
6+
ENV JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64
77
ENV LUCENE_VERSION=10.0.0
88
ENV ANT_VERSION=1.10.14
99
ENV PATH=$PATH:/pybool_ir/ant/bin:/opt/conda/bin

0 commit comments

Comments
 (0)