Skip to content

Commit

Permalink
Bump caddy from 2.7.5-alpine to 2.7.6-alpine
Browse files Browse the repository at this point in the history
Bumps caddy from 2.7.5-alpine to 2.7.6-alpine.

---
updated-dependencies:
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 129cf9d commit 1c1f5fc
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.5-builder-alpine AS builder
FROM caddy:2.7.6-builder-alpine AS builder

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

FROM caddy:2.7.5-alpine
FROM caddy:2.7.6-alpine

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

Expand Down

0 comments on commit 1c1f5fc

Please sign in to comment.