From ea8c781ec7b2007b5f0abc463aea423aa0f1415c Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 2 Oct 2019 21:20:43 +0800 Subject: [PATCH] Update Ruby in Dockerfile (#12050) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \