build: 更新容器镜像版本至最新

将 MySQL 和 PostgreSQL 的 compose 文件中的 nightingale 镜像从 8.4.1 升级到 8.5.0 版本,同时将 PostgreSQL 的基础镜像从 12-alpine 升级到 16-alpine 版本
This commit is contained in:
cnphpbb
2025-12-19 14:05:01 +08:00
parent 09ee5cfc66
commit 3f33059b48
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ services:
- "--loggerTimezone=Asia/Shanghai"
nightingale:
image: "flashcatcloud/nightingale:8.4.1"
image: "flashcatcloud/nightingale:8.5.0"
container_name: nightingale
hostname: nightingale
restart: always

View File

@@ -6,7 +6,7 @@ networks:
services:
postgres:
# platform: linux/x86_64
image: "postgres:12-alpine"
image: "postgres:16-alpine"
container_name: postgres
hostname: postgres
restart: always
@@ -51,7 +51,7 @@ services:
- "--loggerTimezone=Asia/Shanghai"
nightingale:
image: flashcatcloud/nightingale:8.4.1
image: flashcatcloud/nightingale:8.5.0
container_name: nightingale
hostname: nightingale
restart: always