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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user