Skip to content

Commit

Permalink
bump ruby to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ithanil committed Nov 12, 2024
1 parent eb35411 commit b3fe574
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
RUBY_VERSION: 3.1.0
RUBY_VERSION: 3.2.6
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres

name: CI
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN apk add --no-cache \
shared-mime-info
# ruby-start.
# Install Ruby from sources since Scalelite does not use the version shipped with Apline.
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.tar.gz"
ARG RUBY="ruby-3.1.6"
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz"
ARG RUBY="ruby-3.2.6"
RUN apk add --no-cache git make gcc g++ libc-dev pkgconfig \
libxml2-dev libxslt-dev postgresql-dev coreutils curl wget bash \
gnupg tar linux-headers bison readline-dev readline zlib-dev \
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/v1/focal260-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN apk add --no-cache \
shared-mime-info
# ruby-start.
# Install Ruby from sources since Scalelite does not use the version shipped with Apline.
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.6.tar.gz"
ARG RUBY="ruby-3.1.6"
ARG RUBY_RELEASE="https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.6.tar.gz"
ARG RUBY="ruby-3.2.6"
RUN apk add --no-cache git make gcc g++ libc-dev pkgconfig \
libxml2-dev libxslt-dev postgresql-dev coreutils curl wget bash \
gnupg tar linux-headers bison readline-dev readline zlib-dev \
Expand Down

0 comments on commit b3fe574

Please sign in to comment.