diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-25 19:38:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 19:38:57 +0900 |
| commit | cdf059cc1142aa346247c033d0825891f04aea0d (patch) | |
| tree | c8c83bc9dfb62d50cf22789b6e265c8842860f77 /compose_example.yml | |
| parent | fix(deps): update [frontend] update dependencies [ci skip] (#16802) (diff) | |
| download | misskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.gz misskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.bz2 misskey-cdf059cc1142aa346247c033d0825891f04aea0d.zip | |
chore(dev): use postgresql 18 (#16850)
Diffstat (limited to 'compose_example.yml')
| -rw-r--r-- | compose_example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose_example.yml b/compose_example.yml index 336bd814a7..70de5bba7b 100644 --- a/compose_example.yml +++ b/compose_example.yml @@ -37,7 +37,7 @@ services: db: restart: always - image: postgres:15-alpine + image: postgres:18-alpine networks: - internal_network env_file: |