diff options
author | Shlee <github@shl.ee> | 2019-10-02 21:20:43 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-02 15:20:43 +0200 |
commit | ea8c781ec7b2007b5f0abc463aea423aa0f1415c (patch) | |
tree | 86ab782afadf26b2ee4162ad0fe2c2ae7b4bcda2 | |
parent | 62f60e86c281ae1cd0356a7630dbb76069e2ffde (diff) |
Update Ruby in Dockerfile (#12050)
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 3bfe06ad9..dc7945b84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ |