Skip to content

Commit

Permalink
Bump ppyarrow to 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored Nov 10, 2023
1 parent e0333a4 commit 867c10b
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=14.0.0
ARG ARROW_VERSION=14.0.1

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

0 comments on commit 867c10b

Please sign in to comment.