File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN /opt/python/${PYTHON3_VERSION}/bin/python3 -m pip install --no-warn-script-l
5454 && /opt/python/${PYTHON3_VERSION}/bin/python3 -m virtualenv /py3
5555
5656# Rust toolchain (needed for cryptography)
57- ENV RUST_VERSION="1.83 .0"
57+ ENV RUST_VERSION="1.91 .0"
5858ENV RUSTC_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"
5959ARG RUSTUP_VERSION="1.26.0"
6060ARG RUSTUP_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN /opt/python/${PYTHON3_VERSION}/bin/python3 -m pip install --no-warn-script-l
4949 && /opt/python/${PYTHON3_VERSION}/bin/python3 -m virtualenv /py3
5050
5151# Rust toolchain (needed for cryptography)
52- ENV RUST_VERSION="1.83 .0"
52+ ENV RUST_VERSION="1.91 .0"
5353ENV RUSTC_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"
5454ARG RUSTUP_VERSION="1.26.0"
5555ARG RUSTUP_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RUN Get-RemoteFile `
7373 git config --global user.email 'agent-integrations-builder@datadoghq.com'
7474
7575# Install Rust
76- ENV RUST_VERSION="1.83 .0" `
76+ ENV RUST_VERSION="1.91 .0" `
7777 RUSTUP_VERSION="1.26.0" `
7878 RUSTC_HASH="365d072ac4ef47f8774f4d2094108035e2291a0073702db25fa7797a30861fc9"
7979RUN Get-RemoteFile `
You can’t perform that action at this time.
0 commit comments