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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3fbed675 Fix Docker build (#947)
3fbed675 is described below

commit 3fbed6753936aa6c46387cd72a35c62a7f099de9
Author: Andy Grove <[email protected]>
AuthorDate: Wed Dec 27 09:22:18 2023 -0700

    Fix Docker build (#947)
    
    * Fix Docker build
    
    * remove use of deprecated setup script for npm
    
    * Revert
---
 dev/docker/ballista-builder.Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/ballista-builder.Dockerfile 
b/dev/docker/ballista-builder.Dockerfile
index d66a0389..abcd14f2 100644
--- a/dev/docker/ballista-builder.Dockerfile
+++ b/dev/docker/ballista-builder.Dockerfile
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM rust:1-buster
+FROM rust:1.74.1-buster
 
 ARG EXT_UID
 
@@ -43,7 +43,7 @@ ENV PATH=$HOME/.cargo/bin:$PATH
 # prepare rust
 RUN rustup update && \
     rustup component add rustfmt && \
-    cargo install cargo-chef --version 0.1.34
+    cargo install cargo-chef --version 0.1.62
 
 WORKDIR /home/builder/workspace
 

Reply via email to