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

mgrigorov 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 9b4c7fc  Update Maven to 3.8.4 and Rust default to 1.5.51
9b4c7fc is described below

commit 9b4c7fcb6c31d8bfcc0ad76484b0c374c521b525
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jan 12 08:40:55 2022 +0200

    Update Maven to 3.8.4 and Rust default to 1.5.51
    
    Maven: https://github.com/apache/avro/pull/1416
    Rust: https://github.com/apache/avro/pull/1370
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 share/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index a2526f0..ed61bea 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -85,7 +85,7 @@ RUN apt-get -qqy install --no-install-recommends libzstd-dev \
 
 # Install a maven release  -------------------------------------------
 # Inspired from 
https://github.com/apache/accumulo-docker/blob/master/Dockerfile#L53
-ENV MAVEN_VERSION 3.8.1
+ENV MAVEN_VERSION 3.8.4
 ENV APACHE_DIST_URLS \
   https://www.apache.org/dyn/closer.cgi?action=download&filename= \
   # if the version is outdated (or we're grabbing the .asc file), we might 
have to pull from the dist/archive :/
@@ -186,7 +186,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.48.0
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 
--default-toolchain 1.51.0
 
 # Note: This "ubertool" container has two JDK versions:
 # - OpenJDK 8

Reply via email to