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 Jul 26, 2024
1 parent 5e7a202 commit b5070bd
Show file tree
Hide file tree
Showing 3 changed files with 1,539 additions and 885 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ services:
container_name: updater-db

redis:
image: redis:6.2.6
image: redis:6.2.14
command: redis-server
container_name: updater-redis
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- 8000:3003
container_name: updater-dev
db:
image: postgres:13.2
image: postgres:13.15
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand All @@ -25,7 +25,7 @@ services:
- pg_data:/data
container_name: updater-db
redis:
image: redis:6.2.6
image: redis:6.2.14
command: redis-server
container_name: updater-redis

Expand Down
Loading

0 comments on commit b5070bd

Please sign in to comment.