Merge pull request #49677 from vvoland/integration-cli-bump-cli

integration-cli: Update default CLI version to v18.06.3-ce
This commit is contained in:
Paweł Gronowski
2025-04-11 10:32:36 +00:00
committed by GitHub
4 changed files with 54 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
: ${DOCKERCLI_CHANNEL:=stable}
: ${DOCKERCLI_VERSION:=17.06.2-ce}
: ${DOCKERCLI_VERSION:=18.06.3-ce}
install_dockercli() {
echo "Install docker/cli version $DOCKERCLI_VERSION from $DOCKERCLI_CHANNEL"