Skip to content

Commit

Permalink
Merge pull request #14 from mariomare22/dependabot/docker/caddy-2.7.4…
Browse files Browse the repository at this point in the history
…-alpine
  • Loading branch information
mariomare22 authored Aug 18, 2023
2 parents a6c0359 + bf4a1a9 commit 345c653
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,11 +1,11 @@
#Build Test
FROM caddy:2.7.3-builder AS builder
FROM caddy:2.7.4-builder AS builder

RUN xcaddy build \
--with github.com/caddy-dns/cloudflare \
--with github.com/hslatman/caddy-crowdsec-bouncer/http@main

FROM caddy:2.7.3-alpine
FROM caddy:2.7.4-alpine

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

Expand Down

0 comments on commit 345c653

Please sign in to comment.