You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/11/08 20:53:01 UTC

[arrow-datafusion] branch master updated: Update Rust version in Ballista integration test (#1274)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 401ab84  Update Rust version in Ballista integration test (#1274)
401ab84 is described below

commit 401ab842b11885ac513b6422a1d665f99e409059
Author: Andy Grove <ag...@apache.org>
AuthorDate: Mon Nov 8 13:52:57 2021 -0700

    Update Rust version in Ballista integration test (#1274)
---
 dev/docker/ballista-base.dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/docker/ballista-base.dockerfile b/dev/docker/ballista-base.dockerfile
index 86f528d..df4f32c 100644
--- a/dev/docker/ballista-base.dockerfile
+++ b/dev/docker/ballista-base.dockerfile
@@ -23,7 +23,7 @@
 
 
 # Base image extends debian:buster-slim
-FROM rust:1.54.0-buster AS builder
+FROM rust:1.56.0-buster AS builder
 
 RUN apt update && apt -y install musl musl-dev musl-tools libssl-dev openssl