Skip to content

Commit

Permalink
update moby win (Azure#3350)
Browse files Browse the repository at this point in the history
Update Windows Moby engine and cli to latest release
  • Loading branch information
veyalla committed Aug 4, 2020
1 parent 14aaee0 commit 8855375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edgelet/build/windows/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if ($CreateTemplate) {
'https://edgebuild.blob.core.windows.net/iotedge-win-arm32v7-tools/docker.exe'
}
else {
'https://mby.blob.core.windows.net/mby-win-amd64/docker-3.0.5.exe'
'https://mby.blob.core.windows.net/mby-win-amd64/docker-19.03.12+azure.exe'
}
$docker_cli_license_uri = 'https://mby.blob.core.windows.net/mby/LICENSE-cli'
$docker_cli_tpn_uri = 'https://mby.blob.core.windows.net/mby/ThirdPartyNotices-cli'
Expand All @@ -129,7 +129,7 @@ if ($CreateTemplate) {
'https://edgebuild.blob.core.windows.net/iotedge-win-arm32v7-tools/dockerd.exe'
}
else {
'https://mby.blob.core.windows.net/mby-win-amd64/dockerd-3.0.5.exe'
'https://mby.blob.core.windows.net/mby-win-amd64/dockerd-19.03.12+azure.exe'
}
$docker_engine_license_uri = 'https://mby.blob.core.windows.net/mby/LICENSE-engine'
$docker_engine_tpn_uri = 'https://mby.blob.core.windows.net/mby/ThirdPartyNotices-engine'
Expand Down

0 comments on commit 8855375

Please sign in to comment.