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