Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 36a4b88 commit f171d10
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 f171d10

Please sign in to comment.