chore(postgres): bump postgres image versions in env.cfg.example

- Update PostgreSQL 16 to 16.14
- Update PostgreSQL 17 to 17.10
- Update PostgreSQL 18 to 18.4
- Update PostgreSQL 15 to 15.18
This commit is contained in:
moqiruyi
2026-06-17 21:20:47 +08:00
parent c2088c6f54
commit 14f9ed8a27
+4 -4
View File
@@ -17,13 +17,13 @@
#IMAGE_TAG=postgres:15.6-bookworm
IMAGE_TAG=postgres:16.10
IMAGE_TAG=postgres:16.14
IMAGE_TAG_V17=postgres:17.6
IMAGE_TAG_V17=postgres:17.10
IMAGE_TAG_V18=postgres:18.0
IMAGE_TAG_V18=postgres:18.4
IMAGE_TAG_V15=postgres:15.14
IMAGE_TAG_V15=postgres:15.18
POSTGRES_PASSWORD=<your-strong-password>