From d948627f74a2da2c87ffabc2d688218640b54b59 Mon Sep 17 00:00:00 2001 From: hostwithquantum Date: Tue, 28 Jul 2026 16:24:51 +0000 Subject: [PATCH] chore: Update Dockerfile ARG CDP_VERSION MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- rootfs/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index b47d4b1..7411a68 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -2,7 +2,7 @@ ARG CADDY_VERSION=2.11.4 FROM caddy:${CADDY_VERSION}-builder AS builder -ARG CDP_VERSION=v2.12.1 +ARG CDP_VERSION=v2.13.1 RUN xcaddy build \ --with github.com/ss098/certmagic-s3 \ @@ -11,7 +11,7 @@ RUN xcaddy build \ FROM caddy:${CADDY_VERSION} ARG CADDY_VERSION=2.11.4 -ARG CDP_VERSION +ARG CDP_VERSION=v2.13.1 LABEL org.opencontainers.image.description="A Caddy reverse proxy with caddy-docker-proxy for service discovery via labels and s3 storage for certmagic." LABEL org.opencontainers.image.source="https://github.com/hostwithquantum/quantum-caddy"