Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: update windows dockeree version to 19.03.14 (#4229)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsturtevant authored Feb 4, 2021
1 parent f5836e0 commit 00c855f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/api/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (

const (
// KubernetesWindowsDockerVersion is the default version for docker on Windows nodes in kubernetes
KubernetesWindowsDockerVersion = "19.03.11"
KubernetesWindowsDockerVersion = "19.03.14"
// KubernetesDefaultWindowsSku is the default SKU for Windows VMs in kubernetes
KubernetesDefaultWindowsSku = "Datacenter-Core-1809-with-Containers-smalldisk"
// KubernetesDefaultWindowsRuntimeHandler is the default containerd handler for windows pods
Expand Down
2 changes: 1 addition & 1 deletion vhd/packer/configure-windows-vhd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function Install-ContainerD {
}

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

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

0 comments on commit 00c855f

Please sign in to comment.