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 \