From 239d043f13ee43d372f4f41975a9ea32aa64dbb8 Mon Sep 17 00:00:00 2001 From: wtgodbe Date: Thu, 13 Apr 2017 13:27:50 -0700 Subject: [PATCH] Update Ubuntu14.04 Cross Docker image Commit migrated from https://github.com/dotnet/coreclr/commit/41d4cb44f012957eef08f3f16ae4a352d93e5d9f --- src/coreclr/buildpipeline/pipelines.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coreclr/buildpipeline/pipelines.json b/src/coreclr/buildpipeline/pipelines.json index a06f054..3e81c8b 100644 --- a/src/coreclr/buildpipeline/pipelines.json +++ b/src/coreclr/buildpipeline/pipelines.json @@ -261,7 +261,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", "Parameters": { - "DockerTag": "ubuntu1404_cross_prereqs_v2", + "DockerTag": "ubuntu1404_cross_prereqs_v3", "Architecture": "arm", "Rid": "ubuntu.14.04" }, @@ -276,7 +276,7 @@ { "Name": "DotNet-CoreClr-Trusted-Linux-Crossbuild", "Parameters": { - "DockerTag": "ubuntu1404_cross_prereqs_v2", + "DockerTag": "ubuntu1404_cross_prereqs_v3", "Architecture": "arm", "portableBuild": "-portable", "Rid": "ubuntu.14.04" -- 2.7.4