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.
2 parents b15b840 + 054c917 commit d4da17eCopy full SHA for d4da17e
ceryx/Dockerfile
@@ -18,7 +18,7 @@ RUN curl -fSslL https://github.com/jwilder/dockerize/releases/download/${DOCKERI
18
19
# Install lua-resty-auto-ssl for dynamically generating certificates from LE
20
# https://github.com/GUI/lua-resty-auto-ssl
21
-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 &&\
22
mkdir /etc/resty-auto-ssl/ &&\
23
chown -R $user:$group /etc/resty-auto-ssl/
24
0 commit comments