Skip to content

Commit 3141b4b

Browse files
authored
Merge pull request #1110 from cloudbees-oss/hotfix-image-build-error
use openjdk-21 instead of 17
2 parents 16bc684 + a42d6fc commit 3141b4b

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)