fix(deps): update Docker API usage to DockerHost facade, bump dependencies, and adjust tests/docs
This commit is contained in:
@@ -36,7 +36,7 @@ npm install -g @serve.zone/spark
|
||||
### Specific Version
|
||||
|
||||
```bash
|
||||
curl -sSL https://code.foss.global/serve.zone/spark/raw/branch/master/install.sh | sudo bash -s -- --version v1.2.2
|
||||
curl -sSL https://code.foss.global/serve.zone/spark/raw/branch/master/install.sh | sudo bash -s -- --version v1.2.4
|
||||
```
|
||||
|
||||
### Manual Installation
|
||||
@@ -45,7 +45,7 @@ Download the binary for your platform from the [releases page](https://code.foss
|
||||
|
||||
```bash
|
||||
# Example for Linux x64
|
||||
wget https://code.foss.global/serve.zone/spark/releases/download/v1.2.2/spark-linux-x64
|
||||
wget https://code.foss.global/serve.zone/spark/releases/download/v1.2.4/spark-linux-x64
|
||||
chmod +x spark-linux-x64
|
||||
sudo mv spark-linux-x64 /usr/local/bin/spark
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user