Skip to content

Commit 255027b

Browse files
fix(deps): update all non-major dependencies
1 parent 56f3b46 commit 255027b

File tree

3 files changed

+433
-314
lines changed

3 files changed

+433
-314
lines changed

compose.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
container_name: gptwrapper
1414

1515
db:
16-
image: docker.io/postgres:15.8-alpine
16+
image: docker.io/postgres:15.9-alpine
1717
environment:
1818
- PGDATA=/data
1919
- POSTGRES_PASSWORD=postgres

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
container_name: gptwrapper_dev
1515

1616
db:
17-
image: docker.io/postgres:15.8-alpine
17+
image: docker.io/postgres:15.9-alpine
1818
environment:
1919
- PGDATA=/data
2020
- POSTGRES_PASSWORD=postgres

0 commit comments

Comments
 (0)