Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite authored Oct 12, 2023
1 parent 59e4302 commit 4f68137
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.7.4-builder AS builder
FROM caddy:2.7.5-builder AS builder

RUN xcaddy build \
--with github.com/caddy-dns/route53 \
Expand All @@ -7,7 +7,7 @@ RUN xcaddy build \
FROM alpine:3.18

LABEL org.opencontainers.image.title="caddy" \
org.opencontainers.image.version="2.7.4" \
org.opencontainers.image.version="2.7.5" \
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 4f68137

Please sign in to comment.