Skip to content

Commit c5344b5

Browse files
committed
Merge pull request #20420 from dreis2211
* pr/20420: Upgrade CI to Docker 19.03.7 Closes gh-20420
2 parents bb8e653 + 570dca8 commit c5344b5

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.5.tgz | tar zx
32+
curl -L https://download.docker.com/linux/static/stable/x86_64/docker-19.03.7.tgz | tar zx
3333
mv /docker/* /bin/
3434
chmod +x /bin/docker*
3535

0 commit comments

Comments
 (0)