This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new d01fbf3 Pinned dockcross to a tag with fixed ABI for RPi (#12588)
d01fbf3 is described below
commit d01fbf3fc157db6581815eede125ca7d543c7cf5
Author: Anton Chernov <[email protected]>
AuthorDate: Wed Sep 19 17:03:58 2018 +0200
Pinned dockcross to a tag with fixed ABI for RPi (#12588)
---
ci/docker/Dockerfile.build.armv7 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/docker/Dockerfile.build.armv7 b/ci/docker/Dockerfile.build.armv7
index 2ad3bea..9a23a5d 100755
--- a/ci/docker/Dockerfile.build.armv7
+++ b/ci/docker/Dockerfile.build.armv7
@@ -18,7 +18,7 @@
#
# Dockerfile to build MXNet for Android ARMv7
-FROM mxnetci/dockcross-linux-armv7:08212018
+FROM mxnetci/dockcross-linux-armv7:09182018
ENV ARCH armv7l
ENV HOSTCC gcc