Skip to content

Commit d4da17e

Browse files
authored
Merge pull request #77 from sourcelair/lua-resty-auto-ssl-upgrade
Update Lua Resty Auto SSL to latest version
2 parents b15b840 + 054c917 commit d4da17e

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)