From 01b35728200aa838cc14840f60df095d236e207b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 09:35:38 +0000 Subject: chore(deps): update rust docker tag to v1.90.0 (#41) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/aggregator/Dockerfile | 2 +- crates/configuration/Dockerfile | 2 +- crates/pseudonyms/Dockerfile | 2 +- crates/router/Dockerfile | 2 +- crates/rule-executor/Dockerfile | 2 +- crates/typologies/Dockerfile | 2 +- crates/warden/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'crates') diff --git a/crates/aggregator/Dockerfile b/crates/aggregator/Dockerfile index 73560e6..9f82872 100644 --- a/crates/aggregator/Dockerfile +++ b/crates/aggregator/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/configuration/Dockerfile b/crates/configuration/Dockerfile index 9d32bc0..92a4207 100644 --- a/crates/configuration/Dockerfile +++ b/crates/configuration/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ARG FEATURES="" diff --git a/crates/pseudonyms/Dockerfile b/crates/pseudonyms/Dockerfile index b4158d3..671375a 100644 --- a/crates/pseudonyms/Dockerfile +++ b/crates/pseudonyms/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/router/Dockerfile b/crates/router/Dockerfile index ab2422b..12a462e 100644 --- a/crates/router/Dockerfile +++ b/crates/router/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder RUN rustup target add x86_64-unknown-linux-musl RUN apt update && apt install -y musl-tools musl-dev protobuf-compiler curl diff --git a/crates/rule-executor/Dockerfile b/crates/rule-executor/Dockerfile index b7561d7..a513060 100644 --- a/crates/rule-executor/Dockerfile +++ b/crates/rule-executor/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/typologies/Dockerfile b/crates/typologies/Dockerfile index 61bb2e2..104dfcd 100644 --- a/crates/typologies/Dockerfile +++ b/crates/typologies/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/warden/Dockerfile b/crates/warden/Dockerfile index d297961..d84d688 100644 --- a/crates/warden/Dockerfile +++ b/crates/warden/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.89.0-slim AS builder +FROM rust:1.90.0-slim AS builder ARG FEATURES="" -- cgit v1.2.3