Skip to content

Commit

Permalink
upgrade to latest caddy
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Jan 11, 2025
1 parent a713d55 commit 790ebe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM caddy:2.8.4-builder AS builder
FROM caddy:2.9.1-builder AS builder

RUN git clone https://github.com/zyclonite/caddy-route53 /src/route53 && \
git clone https://github.com/zyclonite/caddy-forwardproxy /src/forwardproxy
Expand All @@ -10,7 +10,7 @@ RUN xcaddy build \
FROM alpine:3.20

LABEL org.opencontainers.image.title="caddy" \
org.opencontainers.image.version="2.8.4" \
org.opencontainers.image.version="2.9.1" \
org.opencontainers.image.description="Custom Caddyserver as Docker Image" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.source="https://github.com/zyclonite/caddy-docker"
Expand Down

0 comments on commit 790ebe9

Please sign in to comment.