diff --git a/compose.yml b/compose.yml index c4b8203..9335e2a 100644 --- a/compose.yml +++ b/compose.yml @@ -243,7 +243,7 @@ services: - postgres_p redis: - image: redis:8.10.0 + image: redis:8.10.1 healthcheck: test: ["CMD", "redis-cli", "ping"] interval: 15s @@ -283,7 +283,7 @@ services: - minio_ru web: - image: nginx:1.31.3 + image: nginx:1.31.4 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8083"] interval: 15s