]> cat aescling's git repositories - mastodon.git/commitdiff
Update Dockerfile (#11710)
authorShlee <github@shl.ee>
Sat, 31 Aug 2019 18:06:49 +0000 (02:06 +0800)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 31 Aug 2019 18:06:49 +0000 (20:06 +0200)
Dockerfile

index d8c7e0f0c53ef2de2588aac1b8489e51439cafe1..3cf12c22c6178b1f5db51bc1bb078c8932d0df0c 100644 (file)
@@ -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 && \