Skip to content

Commit e4e37ea

Browse files
committed
Update Caddy to 0.11.5 and point to new caddyserver github repo
Signed-off-by: Marios Andreopoulos <[email protected]>
1 parent de3fd40 commit e4e37ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ WORKDIR /
368368
ARG CHECKPORT_URL="https://gitlab.com/andmarios/checkport/uploads/3903dcaeae16cd2d6156213d22f23509/checkport"
369369
ARG QUICKCERT_URL="https://github.com/andmarios/quickcert/releases/download/1.0/quickcert-1.0-linux-amd64-alpine"
370370
ARG 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
372372
RUN 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 \

0 commit comments

Comments
 (0)