From a9a0a036818174b42dadfb970c067d2ebfc8a61d Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 21 Mar 2024 06:29:59 +0100 Subject: [PATCH] Bump to 15.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0726473..7dbd689 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=15.0.1 +ARG ARROW_VERSION=15.0.2 RUN apt-get update \ && apt-get -y install \