Skip to content

Commit

Permalink
Bump arrow version to 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Nov 6, 2023
1 parent f9ee8ac commit e0333a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:${PYTHON_VERSION}-slim-bookworm as base
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
# start pyarrow build
ARG ARROW_VERSION=13.0.0
ARG ARROW_VERSION=14.0.0

RUN apt-get update \
&& apt-get -y install \
Expand Down

0 comments on commit e0333a4

Please sign in to comment.