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 10, 2024
1 parent e5c4c09 commit 20cec8f
Show file tree
Hide file tree
Showing 3 changed files with 1,635 additions and 1,011 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.16
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.16
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.16
command: redis-server
container_name: updater-redis

Expand Down
Loading

0 comments on commit 20cec8f

Please sign in to comment.