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

rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 161387ce6 AVRO-3564: Update minimal supported Rust version in Docker 
to 1.54.0 (#1751)
161387ce6 is described below

commit 161387ce6570abbcffc4cc227739a68fc766fbab
Author: Martin Grigorov <[email protected]>
AuthorDate: Mon Jul 4 14:06:51 2022 +0300

    AVRO-3564: Update minimal supported Rust version in Docker to 1.54.0 (#1751)
    
    Related-to: AVRO-3558
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 share/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 749a57590..8cfae1c05 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -187,7 +187,7 @@ RUN apt-get -qqy install ruby-full \
  && apt-get -qqy clean
 
 # Install Rust
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 
--default-toolchain 1.51.0
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 
--default-toolchain 1.54.0
 
 # Note: This "ubertool" container has two JDK versions:
 # - OpenJDK 8

Reply via email to