From 441ea17f57dea319b869a43a6284a62dbe917014 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Mon, 8 Jul 2019 17:05:46 +0200 Subject: [PATCH] updated node windows images --- build/azure-devops/buildimages.yaml | 2 +- docker-compose.windows.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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: