Skip to content

Commit

Permalink
chore: Update docker version to fix log rotation issue (Azure#3693)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant authored and penggu committed Oct 28, 2020
1 parent 123c88c commit 2c317c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Expand Up @@ -168,7 +168,7 @@ function Install-ContainerD {

function Install-Docker
{
$defaultDockerVersion = "19.03.5"
$defaultDockerVersion = "19.03.11"

Write-Log "Attempting to install Docker version $defaultDockerVersion"
Install-PackageProvider -Name DockerMsftProvider -Force -ForceBootstrap | Out-null
Expand Down

0 comments on commit 2c317c3

Please sign in to comment.