diff options
author | Daigo 3 Dango <zunda@users.noreply.github.com> | 2021-07-09 23:29:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 01:29:27 +0200 |
commit | 3d5183e99c851ef97107407ec0f85fe9e31240bf (patch) | |
tree | a5d2aee2455b5551bac9c93ce8bd139bdd40b2ad /Dockerfile | |
parent | c4568e3b606cc4007739f881c334bdfe8dc77745 (diff) |
Use ruby-2.7.4 (#16481)
Stop using older version of resolv gem as the bug has been fixed. https://bugs.ruby-lang.org/issues/17781
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 962e5a8c9..8279e8735 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN ARCH= && \ mv node-v$NODE_VER-linux-$ARCH /opt/node # Install Ruby -ENV RUBY_VER="2.7.2" +ENV RUBY_VER="2.7.4" RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential \ bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \ |