diff options
author | Shlee <github@shl.ee> | 2019-09-01 02:06:49 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-31 20:06:49 +0200 |
commit | 33f4b6e1ebe64114ef29ed0facf59a18b910235a (patch) | |
tree | 59a00ad30906409bb8d076ac9c28c72f57233640 /Dockerfile | |
parent | db28bb487bfb5c08d6381bdfde04dce0f0547328 (diff) |
Update Dockerfile (#11710)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index d8c7e0f0c..3cf12c22c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN echo "Etc/UTC" > /etc/localtime && \ make install # Install jemalloc -ENV JE_VER="5.1.0" +ENV JE_VER="5.2.1" RUN apt update && \ apt -y install autoconf && \ cd ~ && \ @@ -30,7 +30,7 @@ RUN apt update && \ make install_bin install_include install_lib # Install ruby -ENV RUBY_VER="2.6.1" +ENV RUBY_VER="2.6.4" ENV CPPFLAGS="-I/opt/jemalloc/include" ENV LDFLAGS="-L/opt/jemalloc/lib/" RUN apt update && \ |