Skip to content

Commit

Permalink
build(deps): update caddy docker tag to v2.6.1 (authelia#4049)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 22, 2022
1 parent 85c65e9 commit d6a30ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions internal/suites/example/compose/caddy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM caddy:2.6.0-builder AS builder
FROM caddy:2.6.1-builder AS builder

RUN xcaddy build fix-empty-copy-headers

FROM caddy:2.6.0
FROM caddy:2.6.1

COPY --from=builder /usr/bin/caddy /usr/bin/caddy
2 changes: 1 addition & 1 deletion internal/suites/example/compose/caddy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
caddy:
# build: ./example/compose/caddy/ # used for debugging
image: caddy:2.6.0-alpine
image: caddy:2.6.1-alpine
volumes:
- ./example/compose/caddy/Caddyfile:/etc/caddy/Caddyfile
networks:
Expand Down

0 comments on commit d6a30ba

Please sign in to comment.