Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12 (#120)
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 Dec 14, 2023
1 parent ad59a63 commit 1107e61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
depends_on:
- caddy
- coraza-logs
image: debian:11-slim
image: debian:12-slim
entrypoint: bash
command:
- -c
Expand All @@ -44,7 +44,7 @@ services:
coraza-logs:
depends_on:
- caddy
image: debian:11-slim
image: debian:12-slim
entrypoint: bash
command:
- -c
Expand Down
4 changes: 2 additions & 2 deletions ftw/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
coraza-logs:
depends_on:
- caddy
image: debian:11-slim
image: debian:12-slim
entrypoint: bash
command:
- -c
Expand All @@ -39,7 +39,7 @@ services:
caddy-logs:
depends_on:
- caddy
image: debian:11-slim
image: debian:12-slim
entrypoint: bash
command:
- -c
Expand Down

0 comments on commit 1107e61

Please sign in to comment.