Skip to content

Commit

Permalink
Pin openjdk=17
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jun 25, 2024
1 parent 499c031 commit 4bb4912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-python-substrait.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4bb4912

Please sign in to comment.