From b36da25d68192e342e8c4157f99c98df21710db2 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 8 Feb 2020 20:17:13 +0100 Subject: [PATCH] Attempt to fix Docker build. --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index f158d6d24..ab0957d3f 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -14,7 +14,7 @@ steps: # Prepare - task: NodeTool@0 inputs: - versionSpec: '10.x' + versionSpec: '12.x' displayName: 'Install Node.js' - bash: npm install displayName: 'Install dependencies' @@ -30,7 +30,7 @@ steps: displayName: Docker install condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) inputs: - dockerVersion: 19.03.2 + dockerVersion: 19.03.5 releaseType: stable - task: Docker@2 displayName: Docker registry login