From e0333a4c92df69e54dcff585f4a54f17d33ba9ba Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 6 Nov 2023 06:43:59 +0100 Subject: [PATCH] Bump arrow version to 14.0.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 222beb3..f6a5c71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \