We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f635f commit 432c448Copy full SHA for 432c448
build/Dockerfile
@@ -49,7 +49,7 @@ RUN install -D -m 0644 /usr/local/lib/libluajit-5.1.so.2 /usr/lib/x86_64-linux-g
49
&& printf "/usr/local/lib\n/usr/lib/x86_64-linux-gnu\n" > /etc/ld.so.conf.d/zz-nginx-luajit.conf \
50
&& ldconfig
51
52
-ARG RESTY_CORE_VER=0.1.28
+ARG RESTY_CORE_VER=0.1.29
53
ARG RESTY_LRU_VER=0.13
54
55
ENV LUA_PATH="/usr/local/share/lua/5.1/?.lua;/usr/local/share/lua/5.1/?/init.lua;./?.lua;;"
0 commit comments