chore(dev): use postgresql 18 (#16850)

This commit is contained in:
syuilo 2025-11-25 19:38:57 +09:00 committed by GitHub
commit cdf059cc11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 11 additions and 11 deletions

View file

@ -28,7 +28,7 @@ services:
db:
restart: unless-stopped
image: postgres:15-alpine
image: postgres:18-alpine
networks:
- internal_network
environment: