Skip to content

Commit a42d6fc

Browse files
committed
use openjdk-21 instead of 17
1 parent 16bc684 commit a42d6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN pip wheel --no-cache-dir -w /wheels .
1111
FROM python:3.11-slim
1212

1313
RUN apt-get update && \
14-
apt-get install -y --no-install-recommends openjdk-17-jre-headless git && \
14+
apt-get install -y --no-install-recommends openjdk-21-jre-headless git && \
1515
rm -rf /var/lib/apt/lists/*
1616

1717
RUN --mount=type=bind,from=builder,source=/wheels,target=/wheels pip install --no-cache-dir /wheels/*.whl

0 commit comments

Comments
 (0)