Skip to content

Commit 41b0544

Browse files
committed
Merge pull request #20157 from dreis2211
* pr/20157: Upgrade CI to Docker 19.03.5 Closes gh-20157
2 parents 97ac6c9 + e1f743a commit 41b0544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/images/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test -f /opt/openjdk/bin/javac
2929
###########################################################
3030

3131
cd /
32-
curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.2.tgz | tar zx
32+
curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.5.tgz | tar zx
3333
mv /docker/* /bin/
3434
chmod +x /bin/docker*
3535

0 commit comments

Comments
 (0)