From dfd91ba628e2b761612d0182be5b412b9e3f8a8b Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 23 Jan 2026 11:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bt.yaml | 4 ++-- compose.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bt.yaml b/bt.yaml index c0fc53a..fe87730 100644 --- a/bt.yaml +++ b/bt.yaml @@ -20,7 +20,7 @@ services: postgres: container_name: postgres - image: docker.1ms.run/postgres:17-bookworm + image: docker.1ms.run/postgres:17.7-bookworm restart: unless-stopped env_file: - .env @@ -36,7 +36,7 @@ services: - baota_net redis: - image: docker.1ms.run/redis:8-alpine + image: docker.1ms.run/redis:8.4-alpine container_name: redis networks: - baota_net diff --git a/compose.yaml b/compose.yaml index 98e5fdb..d581587 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,7 +20,7 @@ services: postgres: container_name: postgres - image: postgres:17-bookworm + image: postgres:17.7-bookworm restart: unless-stopped env_file: - .env @@ -38,7 +38,7 @@ services: - mynet redis: - image: redis:8-alpine + image: redis:8.4-alpine container_name: redis networks: - mynet