diff options
author | zunda <zundan@gmail.com> | 2022-08-14 16:39:58 -1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 04:39:58 +0200 |
commit | 113dd90aa3e8dd930fa343a2dea52e64bf63eb06 (patch) | |
tree | a233c275756df43a13feca5987ff50be60774607 | |
parent | 9f61f22a3b93115763aa7b21c19c437698c34cf8 (diff) |
Bump Ruby version from 3.0.3 to 3.0.4 (#18028)
https://www.ruby-lang.org/en/news/2022/04/12/ruby-3-0-4-released/
-rw-r--r-- | .ruby-version | 2 | ||||
-rw-r--r-- | Dockerfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.ruby-version b/.ruby-version index 75a22a26a..b0f2dcb32 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.3 +3.0.4 diff --git a/Dockerfile b/Dockerfile index c79618da9..7757bd0e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH= && \ mv node-v$NODE_VER-linux-$ARCH /opt/node # Install Ruby 3.0 -ENV RUBY_VER="3.0.3" +ENV RUBY_VER="3.0.4" RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential \ bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \ |