From d691e41bc3bd44c8fe5a80b914accaab69c13ab5 Mon Sep 17 00:00:00 2001 From: "konflux-staging[bot]" <124796549+konflux-staging[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 04:10:58 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.85.0 Signed-off-by: konflux-staging <124796549+konflux-staging[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d878e60e..eecb17f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Use bullseye as build image instead of Bookworm as ubi9 does not not have GLIBCXX_3.4.30 # https://access.redhat.com/solutions/6969351 -FROM rust:1.79.0-bullseye as limitador-build +FROM rust:1.85.0-bullseye as limitador-build RUN apt update && apt upgrade -y \ && apt install -y protobuf-compiler clang diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 277f8ec0..b1c1f2b2 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -4,7 +4,7 @@ # Use bullseye as build image instead of Bookworm as ubi9 does not not have GLIBCXX_3.4.30 # https://access.redhat.com/solutions/6969351 -FROM --platform=${BUILDPLATFORM} rust:1.79.0-bullseye as limitador-build +FROM --platform=${BUILDPLATFORM} rust:1.85.0-bullseye as limitador-build RUN apt update && apt upgrade -y \ && apt install -y protobuf-compiler clang g++-aarch64-linux-gnu libc6-dev-arm64-cross