about summary refs log tree commit diff stats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAlan Pearce2023-07-08 09:27:52 +0200
committerAlan Pearce2023-07-08 09:27:57 +0200
commit12ca100843a334c56f5b13d876ceab4ac561fa47 (patch)
tree26b381cdc7b86fac5ae8167987365bdb6c794304 /Dockerfile
parentfddfaa07b85d470d0ea00ceeb2892187ba038e75 (diff)
downloadwebsite-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--Dockerfile3
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}