diff --git a/tests/ci/cdk/cdk/windows_docker_image_build_stack.py b/tests/ci/cdk/cdk/windows_docker_image_build_stack.py index cd030782da..62afa105f0 100644 --- a/tests/ci/cdk/cdk/windows_docker_image_build_stack.py +++ b/tests/ci/cdk/cdk/windows_docker_image_build_stack.py @@ -46,7 +46,7 @@ def __init__(self, ]) # Define Windows EC2 instance, where the SSM document will be executed. - machine_image = ec2.MachineImage.latest_windows(ec2.WindowsVersion.WINDOWS_SERVER_2016_ENGLISH_FULL_CONTAINERS) + machine_image = ec2.MachineImage.latest_windows(ec2.WindowsVersion.WINDOWS_SERVER_2019_ENGLISH_FULL_CONTAINERSLATEST) vpc = ec2.Vpc(scope=self, id="{}-vpc".format(id)) block_device_volume = ec2.BlockDeviceVolume.ebs(volume_size=200, delete_on_termination=True) block_device = ec2.BlockDevice(device_name="/dev/sda1", volume=block_device_volume)