Skip to content

Commit

Permalink
🆙 Upgrade to Arrow 15.0.0 in Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
heronshoes committed Jan 31, 2024
1 parent 46821d5 commit 5d2d536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -e; \
libzmq3-dev

# Install Apache Arrow
ARG APACHE_ARROW_VERSION=13.0.0-1
ARG APACHE_ARROW_VERSION=15.0.0-1
ARG arrow_deb_tmp=/tmp/apache-arrow-apt-source-latest.deb
ARG arrow_apt_source=https://apache.jfrog.io/artifactory/arrow/ubuntu/pool/jammy/main/a/apache-arrow-apt-source/apache-arrow-apt-source_${APACHE_ARROW_VERSION}_all.deb
RUN set -e; \
Expand Down
4 changes: 2 additions & 2 deletions bin/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ gem 'irb'
gem 'iruby'

gem 'numo-narray'
gem 'red-arrow', '~> 12.0.0'
gem 'red-arrow', '~> 15.0.0'
gem 'red-arrow-numo-narray'
gem 'red-parquet', '~> 12.0.0'
gem 'red-parquet', '~> 15.0.0'

gem 'red_amber', path: '..'
gem 'red-amber-view'
Expand Down

0 comments on commit 5d2d536

Please sign in to comment.