2 lines
201 B
Text
2 lines
201 B
Text
|
FROM caddy:latest
|
||
|
RUN wget 'https://caddyserver.com/api/download?os=linux&arch=amd64&p=github.com%2Fgreenpau%2Fcaddy-security%40v1.1.20&p=github.com%2Fgreenpau%2Fcaddy-trace%40v1.1.8' -O $(which caddy)
|