We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5921317 commit 3616abfCopy full SHA for 3616abf
Dockerfile
@@ -32,7 +32,7 @@ RUN apk --update add \
32
&& rm -rf /var/cache/apk/*
33
34
# openresty build
35
-ENV OPENRESTY_VERSION=1.13.6.1 \
+ENV OPENRESTY_VERSION=1.13.6.2 \
36
PCRE_VERSION=8.37 \
37
TEST_NGINX_VERSION=0.24 \
38
OPM_VERSION=0.0.3 \
scripts/lua/routing.lua
@@ -19,6 +19,9 @@
19
-- Used to dynamically handle nginx routing based on an object containing implementation details
20
21
local cjson = require "cjson"
22
+if (cjson.decode_array_with_array_mt ~= nil) then
23
+ cjson.decode_array_with_array_mt(true)
24
+end
25
local url = require "url"
26
local utils = require "lib/utils"
27
local request = require "lib/request"
0 commit comments