diff --git a/n9e/compose-mysql/compose.yml b/n9e/compose-mysql/compose.yml index 83dc8ad..72177ed 100644 --- a/n9e/compose-mysql/compose.yml +++ b/n9e/compose-mysql/compose.yml @@ -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 diff --git a/n9e/compose-pgsql/docker-compose.yaml b/n9e/compose-pgsql/docker-compose.yaml index 9bd95d1..3dcba63 100644 --- a/n9e/compose-pgsql/docker-compose.yaml +++ b/n9e/compose-pgsql/docker-compose.yaml @@ -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