This is an automated email from the ASF dual-hosted git repository.
opwvhk pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new a22b2b3aed Upgrade rustc
a22b2b3aed is described below
commit a22b2b3aed0e10647a38d9851fc5fec5bf9314b0
Author: Oscar WvH-K <[email protected]>
AuthorDate: Mon Jun 30 11:40:18 2025 +0200
Upgrade rustc
---
share/docker/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 583c267fc1..ceb1afbd46 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -221,7 +221,7 @@ RUN gem install bundler --no-document && \
cd /tmp/lang/ruby && bundle install
# Install Rust
-RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
--default-toolchain 1.73.0
+RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
--default-toolchain 1.74.0
ENV PATH $PATH:/root/.cargo/bin/
# Install .NET SDK