diff --git a/ceryx/Dockerfile b/ceryx/Dockerfile index 13d4cdd..29567f2 100644 --- a/ceryx/Dockerfile +++ b/ceryx/Dockerfile @@ -18,7 +18,7 @@ RUN curl -fSslL https://github.com/jwilder/dockerize/releases/download/${DOCKERI # Install lua-resty-auto-ssl for dynamically generating certificates from LE # https://github.com/GUI/lua-resty-auto-ssl -RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.12.0 &&\ +RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.13.1 &&\ mkdir /etc/resty-auto-ssl/ &&\ chown -R $user:$group /etc/resty-auto-ssl/