Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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"
Expand Down