Browse Source

updated node windows images

pull/1094/head
eiximenis 5 years ago
parent
commit
441ea17f57
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      build/azure-devops/buildimages.yaml
  2. +3
    -3
      docker-compose.windows.yml

+ 1
- 1
build/azure-devops/buildimages.yaml View File

@ -24,7 +24,7 @@ jobs:
env: env:
TAG: ${{ variables['Build.SourceBranchName'] }} TAG: ${{ variables['Build.SourceBranchName'] }}
PLATFORM: win PLATFORM: win
NODE_IMAGE: stefanscherer/node-windows:8.11
NODE_IMAGE: stefanscherer/node-windows:10
- job: BuildLinux - job: BuildLinux
condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest') condition: ne('${{ variables['Build.Reason'] }}', 'PullRequest')
pool: pool:


+ 3
- 3
docker-compose.windows.yml View File

@ -20,17 +20,17 @@ services:
identity.api: identity.api:
build: build:
args: args:
NODE_IMAGE: stefanscherer/node-windows:8.11
NODE_IMAGE: stefanscherer/node-windows:10
webspa: webspa:
build: build:
args: args:
NODE_IMAGE: stefanscherer/node-windows:8.11
NODE_IMAGE: stefanscherer/node-windows:10
webmvc: webmvc:
build: build:
args: args:
NODE_IMAGE: stefanscherer/node-windows:8.11
NODE_IMAGE: stefanscherer/node-windows:10
networks: networks:


Loading…
Cancel
Save