Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 441ea17

Browse files
committed
updated node windows images
1 parent 6f53d85 commit 441ea17

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/azure-devops/buildimages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
TAG: ${{ variables['Build.SourceBranchName'] }}
2626
PLATFORM: win
27-
NODE_IMAGE: stefanscherer/node-windows:8.11
27+
NODE_IMAGE: stefanscherer/node-windows:10
2828
- job: BuildLinux
2929
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')
3030
pool:

docker-compose.windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ services:
2020
identity.api:
2121
build:
2222
args:
23-
NODE_IMAGE: stefanscherer/node-windows:8.11
23+
NODE_IMAGE: stefanscherer/node-windows:10
2424

2525
webspa:
2626
build:
2727
args:
28-
NODE_IMAGE: stefanscherer/node-windows:8.11
28+
NODE_IMAGE: stefanscherer/node-windows:10
2929

3030
webmvc:
3131
build:
3232
args:
33-
NODE_IMAGE: stefanscherer/node-windows:8.11
33+
NODE_IMAGE: stefanscherer/node-windows:10
3434

3535

3636
networks:

0 commit comments

Comments
 (0)