Skip to content

Commit 4c5a2d7

Browse files
committed
bump to 1.91 to match the rust version in datadog agent
1 parent 4176dc4 commit 4c5a2d7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.builders/images/linux-aarch64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5858
ENV RUSTC_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"
5959
ARG RUSTUP_VERSION="1.26.0"
6060
ARG RUSTUP_SHA256="673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800"

.builders/images/linux-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
5353
ENV RUSTC_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"
5454
ARG RUSTUP_VERSION="1.26.0"
5555
ARG RUSTUP_SHA256="0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db"

.builders/images/windows-x86_64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
7979
RUN Get-RemoteFile `

0 commit comments

Comments
 (0)