Skip to content

Commit

Permalink
Updating the Caddy Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh authored Aug 15, 2023
1 parent db1ce6f commit 827f30a
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,10 +1,10 @@
FROM caddy:2.6.4-builder-alpine AS builder
FROM caddy:2.7.3-builder-alpine AS builder

RUN xcaddy build \
--with github.com/mholt/caddy-ratelimit \
--with github.com/porech/caddy-maxmind-geolocation \
--with github.com/muety/caddy-remote-host

FROM caddy:2.6.4-alpine
FROM caddy:2.7.3-alpine

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

0 comments on commit 827f30a

Please sign in to comment.