forked from DevOps/deploy.stack
build: 更新容器镜像版本至最新
将 MySQL 和 PostgreSQL 的 compose 文件中的 nightingale 镜像从 8.4.1 升级到 8.5.0 版本,同时将 PostgreSQL 的基础镜像从 12-alpine 升级到 16-alpine 版本
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user