Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 56f3b46 commit eba4f1a
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion compose.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
container_name: gptwrapper

db:
image: docker.io/postgres:15.8-alpine
image: docker.io/postgres:15.10-alpine
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
container_name: gptwrapper_dev

db:
image: docker.io/postgres:15.8-alpine
image: docker.io/postgres:15.10-alpine
environment:
- PGDATA=/data
- POSTGRES_PASSWORD=postgres
Expand Down
Loading

0 comments on commit eba4f1a

Please sign in to comment.