mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 06:15:22 +02:00
dep(api): Support Docker Stack 3.8 (#4333)
- Linux: Update Docker binary to version 19.03.13 - Windows: Update Docker binary to version 19.03.12
This commit is contained in:
parent
0c2987893d
commit
7a03351df8
3 changed files with 6 additions and 3 deletions
|
@ -9,6 +9,7 @@ New-Item -Path "docker-binary" -ItemType Directory | Out-Null
|
|||
|
||||
$download_folder = "docker-binary"
|
||||
|
||||
Invoke-WebRequest -O "$($download_folder)/docker-binaries.zip" "https://download.docker.com/win/static/stable/x86_64/docker-$($docker_version).zip"
|
||||
Invoke-WebRequest -O "$($download_folder)/docker-binaries.zip" "https://dockermsft.azureedge.net/dockercontainer/docker-$($docker_version).zip"
|
||||
Expand-Archive -Path "$($download_folder)/docker-binaries.zip" -DestinationPath "$($download_folder)"
|
||||
Move-Item -Path "$($download_folder)/docker/docker.exe" -Destination "dist"
|
||||
Move-Item -Path "$($download_folder)/docker/*.dll" -Destination "dist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue