We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5af1cd commit b05968cCopy full SHA for b05968c
devops/common-linux.yml
@@ -1,7 +1,7 @@
1
steps:
2
- task: DockerInstaller@0
3
inputs:
4
- dockerVersion: '20.10.5'
+ dockerVersion: '20.10.7'
5
releaseType: 'stable'
6
7
- script: wget https://github.com/GitTools/GitVersion/releases/download/5.6.8/gitversion-linux-x64-5.6.8.tar.gz &&
@@ -10,5 +10,5 @@ steps:
10
sudo mv libgit2-6777db8.so /usr/local/bin
11
displayName: 'Install GitVersion'
12
13
- - script: git clone --branch v0.8.14 --single-branch https://github.com/microsoft/hcsshim.git
+ - script: git clone --branch v0.8.17 --single-branch https://github.com/microsoft/hcsshim.git
14
displayName: 'Clone hcsshim repo for tar2ext4 tool'
0 commit comments