This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch avro-3564-update-MSRV-in-Dockerfile in repository https://gitbox.apache.org/repos/asf/avro.git
commit ee85f48ad8b3ff2e283b570a2ec8eb320ecf7acc Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Jul 1 22:28:29 2022 +0300 AVRO-3564: Update minimal supported Rust version in Docker to 1.54.0 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
