Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Aug 19, 2023
1 parent 34427c3 commit 59e4302
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM caddy:2.7.2-builder AS builder
FROM caddy:2.7.4-builder AS builder

RUN xcaddy build \
--with github.com/caddy-dns/route53 \
--with github.com/caddyserver/forwardproxy@caddy2

FROM alpine:3.16
FROM alpine:3.18

LABEL org.opencontainers.image.title="caddy" \
org.opencontainers.image.version="2.7.2" \
org.opencontainers.image.version="2.7.4" \
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 59e4302

Please sign in to comment.