summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorShlee <github@shl.ee>2019-10-02 21:20:43 +0800
committerEugen Rochko <eugen@zeonfederated.com>2019-10-02 15:20:43 +0200
commitea8c781ec7b2007b5f0abc463aea423aa0f1415c (patch)
tree86ab782afadf26b2ee4162ad0fe2c2ae7b4bcda2 /Dockerfile
parent62f60e86c281ae1cd0356a7630dbb76069e2ffde (diff)
Update Ruby in Dockerfile (#12050)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3bfe06ad990..dc7945b8455 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 && \