Skip to content

Commit 054c917

Browse files
authored
Update Lua Resty Auto SSL to latest version
Fixes issues with new accounts being registered and switched to using V2 API for Let's Encrypt.
1 parent b15b840 commit 054c917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceryx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN curl -fSslL https://github.com/jwilder/dockerize/releases/download/${DOCKERI
1818

1919
# Install lua-resty-auto-ssl for dynamically generating certificates from LE
2020
# https://github.com/GUI/lua-resty-auto-ssl
21-
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.12.0 &&\
21+
RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl 0.13.1 &&\
2222
mkdir /etc/resty-auto-ssl/ &&\
2323
chown -R $user:$group /etc/resty-auto-ssl/
2424

0 commit comments

Comments
 (0)