Browse Source

Updated to v2.2.5 included mruby-json (#3811)

Performant and well maintained C libraries than mruby-iijson which Yannick found an increase in 2-30x throughputs in small JSON test.

https://github.com/h2o/h2o/pull/1668
proyb6 7 years ago
parent
commit
cbb40b2ca4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Ruby/h2o_mruby/h2o_mruby.dockerfile

+ 1 - 1
frameworks/Ruby/h2o_mruby/h2o_mruby.dockerfile

@@ -4,7 +4,7 @@ ADD ./h2o.conf ./
 
 
 RUN apt update && apt install -yqq bison cmake libssl-dev make
 RUN apt update && apt install -yqq bison cmake libssl-dev make
 
 
-ENV H2O_VERSION=2.2.4
+ENV H2O_VERSION=2.2.5
 ENV H2O_ARCHIVE="v${H2O_VERSION}.tar.gz"
 ENV H2O_ARCHIVE="v${H2O_VERSION}.tar.gz"
 ENV H2O_HOME=/h2o
 ENV H2O_HOME=/h2o