Update Ruby in Dockerfile (#12050)

This commit is contained in:
Shlee 2019-10-02 21:20:43 +08:00 committed by Eugen Rochko
parent 62f60e86c2
commit ea8c781ec7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN apt update && \
make install_bin install_include install_lib
# Install ruby
ENV RUBY_VER="2.6.4"
ENV RUBY_VER="2.6.5"
ENV CPPFLAGS="-I/opt/jemalloc/include"
ENV LDFLAGS="-L/opt/jemalloc/lib/"
RUN apt update && \