Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored May 20, 2024
1 parent 4474da7 commit e5849c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit e5849c6

Please sign in to comment.