diff options
author | Alan Pearce | 2023-07-08 09:27:52 +0200 |
---|---|---|
committer | Alan Pearce | 2023-07-08 09:27:57 +0200 |
commit | 12ca100843a334c56f5b13d876ceab4ac561fa47 (patch) | |
tree | 26b381cdc7b86fac5ae8167987365bdb6c794304 /Dockerfile | |
parent | fddfaa07b85d470d0ea00ceeb2892187ba038e75 (diff) | |
download | website-12ca100843a334c56f5b13d876ceab4ac561fa47.tar.lz website-12ca100843a334c56f5b13d876ceab4ac561fa47.tar.zst website-12ca100843a334c56f5b13d876ceab4ac561fa47.zip |
Fix erroneous 200 responses on missing files
Revert "Replace metrics with advanced metrics for path-based counters" This reverts commit 3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 512d6c2..72dc719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,7 @@ ARG VARIANT=alpine FROM docker.io/caddy:${VERSION}-builder-${VARIANT} AS builder RUN xcaddy build \ - --with github.com/gamalan/caddy-tlsredis \ - --with github.com/sebastianbrunnert/caddy-advanced-metrics + --with github.com/gamalan/caddy-tlsredis FROM docker.io/caddy:${VERSION}-${VARIANT} |