You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/08/27 17:59:34 UTC

[arrow-ballista] branch master updated: Fix docker build by updating Rust version to 1.63 (#164)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 22a2c58d Fix docker build by updating Rust version to 1.63 (#164)
22a2c58d is described below

commit 22a2c58d3d1ecfdbeec56ce991a936ce271a24c2
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sat Aug 27 11:59:29 2022 -0600

    Fix docker build by updating Rust version to 1.63 (#164)
---
 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 504b3368..d2416f6a 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.59.0-buster AS builder
+FROM rust:1.63.0-buster AS builder
 
 RUN apt update && apt -y install musl musl-dev musl-tools libssl-dev openssl