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 Oct 19, 2024
1 parent 689f435 commit 89b9142
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 544 deletions.
6 changes: 3 additions & 3 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ services:
- jami

redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_test_redis

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

jami-db:
image: postgres:13.15
image: postgres:13.16
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
2 changes: 1 addition & 1 deletion docker-compose.lw-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ services:
- 9229:9229
container_name: tuni-kpj-palaute_dev
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: tuni-kpj-palaute_redis
2 changes: 1 addition & 1 deletion docker-compose.redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.5'

services:
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: tuni-kpj-palaute_redis
ports:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ services:
container_name: palaute_app_test

redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_test_redis

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

jami-db:
image: postgres:13.15
image: postgres:13.16
environment:
- POSTGRES_PASSWORD=postgres
container_name: jami-db
6 changes: 3 additions & 3 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.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -31,7 +31,7 @@ services:
- pg_data:/data
container_name: palaute_db
redis:
image: redis:6.2.14
image: redis:6.2.16
command: redis-server
container_name: palaute_redis
adminer: # http://localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
Expand All @@ -52,7 +52,7 @@ services:
- 3003:3003
container_name: jami
jami-db:
image: postgres:15.7
image: postgres:15.8
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
Loading

0 comments on commit 89b9142

Please sign in to comment.