chore: update Node.js and PostgreSQL in Docker

This commit is contained in:
Kailasdevdas
2026-04-21 16:41:54 +05:30
parent f32978ec1c
commit 284854c33a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ services:
restart: unless-stopped
db:
image: postgres:15-alpine
image: postgres:16-alpine
container_name: postgres_db
environment:
POSTGRES_USER: user