about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorzunda <zundan@gmail.com>2022-08-14 16:39:58 -1000
committerGitHub <noreply@github.com>2022-08-15 04:39:58 +0200
commit113dd90aa3e8dd930fa343a2dea52e64bf63eb06 (patch)
treea233c275756df43a13feca5987ff50be60774607 /Dockerfile
parent9f61f22a3b93115763aa7b21c19c437698c34cf8 (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/
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \