Use Ruby 2.7.2 (#15150)
thwait and e2mmap are no longer needed in Gemfile. Gems properly require those.
This commit is contained in:
parent
67ace1d890
commit
541b9f8c1c
4 changed files with 2 additions and 7 deletions
|
@ -40,7 +40,7 @@ RUN apt update && \
|
|||
cd .. && rm -rf jemalloc-$JE_VER $JE_VER.tar.gz
|
||||
|
||||
# Install Ruby
|
||||
ENV RUBY_VER="2.6.6"
|
||||
ENV RUBY_VER="2.7.2"
|
||||
ENV CPPFLAGS="-I/opt/jemalloc/include"
|
||||
ENV LDFLAGS="-L/opt/jemalloc/lib/"
|
||||
RUN apt update && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue