Skip to content

Commit

Permalink
update to docker installer tool for azure broke docker in the latest …
Browse files Browse the repository at this point in the history
…version, pinning the version to previous one
  • Loading branch information
markiantorno committed Dec 6, 2022
1 parent 070e97c commit dbf98aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbf98aa

Please sign in to comment.