You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/02/23 07:31:52 UTC

[avro] branch branch-1.11 updated: Update Maven to 3.8.4 and Rust default to 1.5.51

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

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

commit 3e9c37f102a8e07876ae628dcd367fad0107c0f8
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
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 <mg...@apache.org>
    (cherry picked from commit 9b4c7fcb6c31d8bfcc0ad76484b0c374c521b525)
---
 share/docker/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index aff264b..749a575 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -86,7 +86,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 :/
@@ -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.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