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/
This commit is contained in:
zunda 2022-08-14 16:39:58 -10:00 committed by GitHub
parent 9f61f22a3b
commit 113dd90aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3.0.3
3.0.4

View File

@ -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 \