File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,11 @@ function set-linux-node-image() {
88
88
function set-windows-node-image() {
89
89
WINDOWS_NODE_IMAGE_PROJECT=" windows-cloud"
90
90
if [[ " ${WINDOWS_NODE_OS_DISTRIBUTION} " == " win2019" ]]; then
91
- WINDOWS_NODE_IMAGE=" windows-server-2019-dc-core-for-containers-v20200310 "
91
+ WINDOWS_NODE_IMAGE=" windows-server-2019-dc-core-for-containers-v20200908 "
92
92
elif [[ " ${WINDOWS_NODE_OS_DISTRIBUTION} " == " win1909" ]]; then
93
- WINDOWS_NODE_IMAGE=" windows-server-1909-dc-core-for-containers-v20200310 "
93
+ WINDOWS_NODE_IMAGE=" windows-server-1909-dc-core-for-containers-v20200908 "
94
94
elif [[ " ${WINDOWS_NODE_OS_DISTRIBUTION} " == " win1809" ]]; then
95
- WINDOWS_NODE_IMAGE=" windows-server-1809-dc-core-for-containers-v20200310 "
95
+ WINDOWS_NODE_IMAGE=" windows-server-1809-dc-core-for-containers-v20200908 "
96
96
else
97
97
echo " Unknown WINDOWS_NODE_OS_DISTRIBUTION ${WINDOWS_NODE_OS_DISTRIBUTION} " >&2
98
98
exit 1
You can’t perform that action at this time.
0 commit comments