Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 4c700b7 commit 82ff15c
Show file tree
Hide file tree
Showing 7 changed files with 562 additions and 672 deletions.
8 changes: 4 additions & 4 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
container_name: adminer
environment:
ADMINER_DESIGN: pepa-linha
image: adminer:4.8.0
image: adminer:4.8.1
ports:
- 5050:8080
volumes:
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
<<: *defaults
command: 'redis-server --appendonly yes'
container_name: redis
image: redis:6.2.13
image: redis:6.2.14
ports:
- '6379:6379'
volumes:
Expand Down Expand Up @@ -108,7 +108,7 @@ services:
<<: *defaults
command: '-cid sis-updater-nats -m 8222 -p 4222 --max_channels 1000 --max_age 2h --hb_fail_count 2 --hb_timeout 10s --hb_interval 10s --auth dev --file_slice_max_bytes 0 --file_slice_max_age 60s --max_msgs 0 -store file -dir datastore'
container_name: sis-updater-nats
image: nats-streaming:0.16.2
image: nats-streaming:0.25.6
profiles:
- updater

Expand Down Expand Up @@ -190,7 +190,7 @@ services:

jami-db:
<<: *defaults
image: postgres:13.2
image: postgres:13.15
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
Loading

0 comments on commit 82ff15c

Please sign in to comment.