diff --git a/build/azure-devops/buildimages.yaml b/build/azure-devops/buildimages.yaml index fc2a41e72..c90a58b1b 100644 --- a/build/azure-devops/buildimages.yaml +++ b/build/azure-devops/buildimages.yaml @@ -24,7 +24,7 @@ jobs: env: TAG: ${{ variables['Build.SourceBranchName'] }} PLATFORM: win - NODE_IMAGE: stefanscherer/node-windows:8.11 + NODE_IMAGE: stefanscherer/node-windows:10 - job: BuildLinux condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') pool: diff --git a/docker-compose.windows.yml b/docker-compose.windows.yml index afc7e4e91..b7499f061 100644 --- a/docker-compose.windows.yml +++ b/docker-compose.windows.yml @@ -20,17 +20,17 @@ services: identity.api: build: args: - NODE_IMAGE: stefanscherer/node-windows:8.11 + NODE_IMAGE: stefanscherer/node-windows:10 webspa: build: args: - NODE_IMAGE: stefanscherer/node-windows:8.11 + NODE_IMAGE: stefanscherer/node-windows:10 webmvc: build: args: - NODE_IMAGE: stefanscherer/node-windows:8.11 + NODE_IMAGE: stefanscherer/node-windows:10 networks: