Skip to content

Commit b05968c

Browse files
Bump Docker/hcshim version (#277)
1 parent a5af1cd commit b05968c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/common-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- task: DockerInstaller@0
33
inputs:
4-
dockerVersion: '20.10.5'
4+
dockerVersion: '20.10.7'
55
releaseType: 'stable'
66

77
- 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:
1010
sudo mv libgit2-6777db8.so /usr/local/bin
1111
displayName: 'Install GitVersion'
1212

13-
- script: git clone --branch v0.8.14 --single-branch https://github.com/microsoft/hcsshim.git
13+
- script: git clone --branch v0.8.17 --single-branch https://github.com/microsoft/hcsshim.git
1414
displayName: 'Clone hcsshim repo for tar2ext4 tool'

0 commit comments

Comments
 (0)