diff options
author | zunda <zunda@users.noreply.github.com> | 2021-11-24 19:29:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 20:29:05 +0100 |
commit | 46e62fc4b33f3566eb9bf588b15bac28cae967a3 (patch) | |
tree | 9ebe6e13a2a9cdd95a6a694e5918099bd2625267 | |
parent | 08a7c5139d34050061b17d9ea562ab29aec81a45 (diff) |
Upgrade Ruby to 3.0.3 (#17038)
https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-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 b50214693..75a22a26a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/Dockerfile b/Dockerfile index f5de24210..309ec06f4 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.2" +ENV RUBY_VER="3.0.3" RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential \ bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \ |