File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ WORKDIR /
368368ARG CHECKPORT_URL="https://gitlab.com/andmarios/checkport/uploads/3903dcaeae16cd2d6156213d22f23509/checkport"
369369ARG QUICKCERT_URL="https://github.com/andmarios/quickcert/releases/download/1.0/quickcert-1.0-linux-amd64-alpine"
370370ARG GLIBC_INST_VERSION="2.27-r0"
371- ARG CADDY_URL=https://github.com/mholt /caddy/releases/download/v0.10.10 /caddy_v0.10.10_linux_amd64 .tar.gz
371+ ARG CADDY_URL=https://github.com/caddyserver /caddy/releases/download/v0.11.5 /caddy_v0.11.5_linux_amd64 .tar.gz
372372RUN wget "$CHECKPORT_URL" -O /usr/local/bin/checkport \
373373 && wget "$QUICKCERT_URL" -O /usr/local/bin/quickcert \
374374 && chmod 0755 /usr/local/bin/quickcert /usr/local/bin/checkport \
You can’t perform that action at this time.
0 commit comments