This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 35b1f9a [Python] MNT: Switch manylinux1 image back to latest tag
(#2204)
35b1f9a is described below
commit 35b1f9ae45bf6aa673685c9f0551a8cc1741630e
Author: Uwe L. Korn <[email protected]>
AuthorDate: Mon Jul 2 15:48:50 2018 +0200
[Python] MNT: Switch manylinux1 image back to latest tag (#2204)
---
python/manylinux1/Dockerfile-x86_64 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/manylinux1/Dockerfile-x86_64
b/python/manylinux1/Dockerfile-x86_64
index d5117da..5bd64d1 100644
--- a/python/manylinux1/Dockerfile-x86_64
+++ b/python/manylinux1/Dockerfile-x86_64
@@ -14,7 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:ARROW-2253
+FROM quay.io/xhochy/arrow_manylinux1_x86_64_base:latest
ADD arrow /arrow
WORKDIR /arrow/cpp