From 7d593fa240d094c210e45e0a810f656bc0109971 Mon Sep 17 00:00:00 2001 From: Jan Vorlicek Date: Thu, 12 Oct 2017 00:02:50 +0200 Subject: [PATCH] Update CentOS 6 docker image (#14433) This update fixes problem with git not supporting https protocol --- buildpipeline/pipelines.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpipeline/pipelines.json b/buildpipeline/pipelines.json index 9393537..076d5d9 100644 --- a/buildpipeline/pipelines.json +++ b/buildpipeline/pipelines.json @@ -26,7 +26,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux", "Parameters": { - "DockerTag": "centos-6-d485f41-20173404063424", + "DockerTag": "centos-6-376e1a3-20174311014331", "Rid": "rhel.6", "PB_AdditionalBuildArgs": "-portablebuild=false" }, -- 2.7.4