summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorBruce Forstall <brucefo@microsoft.com>2018-03-26 16:35:46 -0700
committerBruce Forstall <brucefo@microsoft.com>2018-03-26 16:35:46 -0700
commit72b3743de6f3e32e48ffdab41a398ad267a0e6d0 (patch)
tree440cd99ed2f8c3c54585e42e5345a176e5f9abe8 /netci.groovy
parentbc559a0dc36a1f152aa0e576ad80165585c148f1 (diff)
downloadcoreclr-72b3743de6f3e32e48ffdab41a398ad267a0e6d0.tar.gz
coreclr-72b3743de6f3e32e48ffdab41a398ad267a0e6d0.tar.bz2
coreclr-72b3743de6f3e32e48ffdab41a398ad267a0e6d0.zip
Update arm Ubuntu cross build docker image
Now, use: microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180323032140
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 918645970d..620ceb8294 100755
--- a/netci.groovy
+++ b/netci.groovy
@@ -985,7 +985,7 @@ def static getDockerImageName(def architecture, def os, def isBuild) {
}
else if (architecture == 'arm') {
if (os == 'Ubuntu') {
- return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-0cd4667-20170319080304"
+ return "microsoft/dotnet-buildtools-prereqs:ubuntu-14.04-cross-e435274-20180323032140"
}
}
}