about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorzunda <zunda@users.noreply.github.com>2021-11-24 19:29:05 +0000
committerGitHub <noreply@github.com>2021-11-24 20:29:05 +0100
commit46e62fc4b33f3566eb9bf588b15bac28cae967a3 (patch)
tree9ebe6e13a2a9cdd95a6a694e5918099bd2625267 /Dockerfile
parent08a7c5139d34050061b17d9ea562ab29aec81a45 (diff)
Upgrade Ruby to 3.0.3 (#17038)
https://www.ruby-lang.org/en/news/2021/11/24/ruby-3-0-3-released/
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \