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

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


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

commit 1d72182fd6afc149d33b5de8e2c68492c116732f
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 6652aeaae..208e7e1ac 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -181,7 +181,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