summaryrefslogtreecommitdiff
path: root/.devcontainer/compose.yml
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-11-25 19:38:57 +0900
committerGitHub <noreply@github.com>2025-11-25 19:38:57 +0900
commitcdf059cc1142aa346247c033d0825891f04aea0d (patch)
treec8c83bc9dfb62d50cf22789b6e265c8842860f77 /.devcontainer/compose.yml
parentfix(deps): update [frontend] update dependencies [ci skip] (#16802) (diff)
downloadmisskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.gz
misskey-cdf059cc1142aa346247c033d0825891f04aea0d.tar.bz2
misskey-cdf059cc1142aa346247c033d0825891f04aea0d.zip
chore(dev): use postgresql 18 (#16850)
Diffstat (limited to '.devcontainer/compose.yml')
-rw-r--r--.devcontainer/compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/compose.yml b/.devcontainer/compose.yml
index d02d2a8f4a..501f78c814 100644
--- a/.devcontainer/compose.yml
+++ b/.devcontainer/compose.yml
@@ -28,7 +28,7 @@ services:
db:
restart: unless-stopped
- image: postgres:15-alpine
+ image: postgres:18-alpine
networks:
- internal_network
environment: