build: 更新MySQL和PostgreSQL的镜像版本

更新MySQL和PostgreSQL的镜像版本以使用最新的稳定版本,确保安全性和性能优化。
This commit is contained in:
cnphpbb
2025-04-27 09:42:51 +08:00
parent d07e82a2e4
commit 14fb2160c4
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
#IMAGE_TAG=postgres:14.11-bookworm
#IMAGE_TAG=postgres:15.6-bookworm
IMAGE_TAG=postgres:16.6
IMAGE_TAG_V17=postgres:17.2
IMAGE_TAG=postgres:16.8
IMAGE_TAG_V17=postgres:17.4
IMAGE_TAG_V15=postgres:15.12
POSTGRES_PASSWORD=Kevin0412PgSql
POSTGRES_HOST_AUTH_METHOD=scram-sha-256