Update Ruby to 3.0.6 (#24333)

This commit is contained in:
Sai 2023-03-31 15:54:42 +01:00 committed by Claire
parent acc277a152
commit 46b91cd817
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3.0.4
3.0.6

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.4"
ENV RUBY_VER="3.0.6"
RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential \
bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \