Skip to content

Commit

Permalink
docker/ubuntu-full/Dockerfile: update ARROW_VERSION to 15.0.1-1 [ci s…
Browse files Browse the repository at this point in the history
…kip]
  • Loading branch information
rouault committed Mar 15, 2024
1 parent 171e336 commit dfde241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu-full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ RUN . /buildscripts/bh-set-envvars.sh \
&& rm -rf /var/lib/apt/lists/*

# Install Arrow C++
ARG ARROW_VERSION=15.0.0-1
ARG ARROW_VERSION=15.0.1-1
# ARROW_SOVERSION to be updated in the "Build final image" section too
ARG ARROW_SOVERSION=1500
RUN . /buildscripts/bh-set-envvars.sh \
Expand Down

0 comments on commit dfde241

Please sign in to comment.