From 4bb491225e3a31fb49631311cddd3f4749674bb0 Mon Sep 17 00:00:00 2001 From: Dane Pitkin Date: Tue, 25 Jun 2024 13:41:55 -0700 Subject: [PATCH] Pin openjdk=17 --- ci/docker/conda-python-substrait.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/conda-python-substrait.dockerfile b/ci/docker/conda-python-substrait.dockerfile index 7d4d795243772..18c9409373b10 100644 --- a/ci/docker/conda-python-substrait.dockerfile +++ b/ci/docker/conda-python-substrait.dockerfile @@ -28,7 +28,7 @@ RUN mamba install -q -y -v \ --file arrow/ci/conda_env_python.txt \ --file arrow/ci/conda_env_sphinx.txt \ $([ "$python" == "3.9" ] && echo "pickle5") \ - python=${python} openjdk \ + python=${python} openjdk=17 \ nomkl && \ mamba clean --all