diff --git a/plugins/caddy/Dockerfile b/plugins/caddy/Dockerfile index 516b615..2056533 100644 --- a/plugins/caddy/Dockerfile +++ b/plugins/caddy/Dockerfile @@ -1,4 +1,4 @@ -ARG CADDY_VERSION=2.8.0 +ARG CADDY_VERSION=2.8.1 FROM caddy:${CADDY_VERSION}-builder AS builder COPY . . diff --git a/plugins/caddy/Dockerfile.remote b/plugins/caddy/Dockerfile.remote index 9171ff0..4252879 100644 --- a/plugins/caddy/Dockerfile.remote +++ b/plugins/caddy/Dockerfile.remote @@ -1,4 +1,4 @@ -ARG CADDY_VERSION=2.8.0 +ARG CADDY_VERSION=2.8.1 ARG SABLIER_VERSION=v1.6.0 FROM caddy:${CADDY_VERSION}-builder AS builder