From e5849c6ec94a33e434abb9790f43b56c4f0bec98 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 20 May 2024 07:38:38 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb6675c..38f1e84 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=16.0.0 +ARG ARROW_VERSION=16.1.0 RUN apt-get update \ && apt-get -y install \