Upgrade Ruby to 3.0.6 (#24332)

This commit is contained in:
Sai 2023-03-31 15:42:59 +01:00 committed by Claire
parent 520e9cc765
commit 3eb5b47768
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3.0.3
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.3"
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 \