Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 15, 2024
1 parent 09b12cf commit 38bd3da
Show file tree
Hide file tree
Showing 5 changed files with 886 additions and 590 deletions.
4 changes: 2 additions & 2 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
container_name: palaute_test_redis

db:
image: postgres:15.8
image: postgres:15.9
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -52,7 +52,7 @@ services:
- jami-db

jami-db:
image: postgres:13.16
image: postgres:13.17
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
4 changes: 2 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
container_name: palaute_test_redis

db:
image: postgres:15.8
image: postgres:15.9
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -50,7 +50,7 @@ services:
container_name: jami

jami-db:
image: postgres:13.16
image: postgres:13.17
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- 9229:9229
container_name: palaute_dev
db:
image: postgres:15.8
image: postgres:15.9
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
- 3003:3003
container_name: jami
jami-db:
image: postgres:15.8
image: postgres:15.9
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
Loading

0 comments on commit 38bd3da

Please sign in to comment.