diff --git a/socialNetwork/docker/openresty-thrift/xenial/Dockerfile b/socialNetwork/docker/openresty-thrift/xenial/Dockerfile index eab494fec5fb6dadfdb85d4439dfd672edac2a8d..37eab1eb516647690b9180597a8f66bd76e2081d 100644 --- a/socialNetwork/docker/openresty-thrift/xenial/Dockerfile +++ b/socialNetwork/docker/openresty-thrift/xenial/Dockerfile @@ -198,7 +198,7 @@ RUN cd /usr/local/openresty/lualib/thrift/src \ ENV LUA_PATH=$LUA_PATH;/gen-lua/?.lua RUN luarocks install long \ - && luarocks install lua-resty-jwt \ + && luarocks install lua-resty-jwt 0.2.0-0 \ && ldconfig RUN apt-get update \