Skip to content

Commit

Permalink
+changelog-ignore: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdcdev committed Nov 12, 2023
1 parent 026b8fd commit 00eabeb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
ARG CADDY_VERSION=2.7.5
FROM --platform=$BUILDPLATFORM caddy:${CADDY_VERSION}-builder AS builder
ARG TARGETPLATFORM
ARG BUILDPLATFORM
FROM caddy:${CADDY_VERSION}-builder AS builder

RUN xcaddy build \
--with github.com/lucaslorentz/caddy-docker-proxy/v2 \
--with github.com/caddy-dns/cloudflare

FROM --platform=$BUILDPLATFORM caddy:${CADDY_VERSION}-alpine
FROM caddy:${CADDY_VERSION}-alpine

COPY --from=builder /usr/bin/caddy /usr/bin/caddy

Expand Down

0 comments on commit 00eabeb

Please sign in to comment.