Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v15.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 350732b commit 81e6177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
container_name: jami_dev

db:
image: postgres:15.8
image: postgres:15.11
environment:
- POSTGRES_USER=postgres
- POSTGRES_DB=postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
tty: true

db:
image: postgres:15.8
image: postgres:15.11
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit 81e6177

Please sign in to comment.