Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ceryx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down