From 64a469a5ed071e18dc0a08b9886a438a1a693edd Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 25 Dec 2023 11:34:59 +0100 Subject: [PATCH] Bump version to 14.0.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 508666d..4ae2f76 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=14.0.1 +ARG ARROW_VERSION=14.0.2 RUN apt-get update \ && apt-get -y install \