update to docker installer tool for azure broke docker in the latest version, pinning the version to previous one (#4335)

This commit is contained in:
Mark Iantorno 2022-12-06 18:32:42 -05:00 committed by GitHub
parent 070e97cb01
commit 3556e0fdf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ jobs:
inputs:
key: 'maven | "$(Agent.OS)" | ./pom.xml'
path: $(MAVEN_CACHE_FOLDER)
- task: DockerInstaller@0
- task: DockerInstaller@0.209.00
displayName: Docker Installer
inputs:
dockerVersion: 17.09.0-ce

View File

@ -44,7 +44,7 @@ jobs:
fetchDepth: 1
- script: echo testing module ${{ p.module }}
- script: echo $(SourceBranchName)
- task: DockerInstaller@0
- task: DockerInstaller@0.209.0
displayName: Docker Installer
inputs:
dockerVersion: 17.09.0-ce