mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Dockerfile: update integration-cli CLI to v25.0.5
Now that we're raising the minimum API version, we can also update the CLI used in our integration-cli tests. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -513,7 +513,7 @@ Try {
|
||||
if ($Client) {
|
||||
# Get the Docker channel and version from the environment, or use the defaults.
|
||||
if (-not ($channel = $env:DOCKERCLI_CHANNEL)) { $channel = "stable" }
|
||||
if (-not ($version = $env:DOCKERCLI_VERSION)) { $version = "17.06.2-ce" }
|
||||
if (-not ($version = $env:DOCKERCLI_VERSION)) { $version = "25.0.5" }
|
||||
|
||||
# Download the zip file and extract the client executable.
|
||||
Write-Host "INFO: Downloading docker/cli version $version from $channel..."
|
||||
|
||||
Reference in New Issue
Block a user