chore(docker): update PostgreSQL image version to v0.22.2-pg17 in development and production configurations

This commit is contained in:
wizardchen
2026-03-25 22:08:29 +08:00
committed by lyingbug
parent e138e0c81a
commit a167886aac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
services:
# 只启动依赖的基础设施服务
postgres:
image: paradedb/paradedb:v0.21.4-pg17
image: paradedb/paradedb:v0.22.2-pg17
container_name: WeKnora-postgres-dev
ports:
- "${DB_PORT:-5432}:5432"
+1 -1
View File
@@ -176,7 +176,7 @@ services:
# 修改的PostgreSQL配置
postgres:
image: paradedb/paradedb:v0.21.4-pg17
image: paradedb/paradedb:v0.22.2-pg17
container_name: WeKnora-postgres
environment:
- POSTGRES_USER=${DB_USER}