diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-11-15 13:53:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 13:53:47 +0000 |
| commit | a0ac7056a5323dd395880bdc71a2528a8806740d (patch) | |
| tree | b1ab16650d7ae3f0763b064d064c76dfb6da8e9b | |
| parent | 3f3cb2d239efb6d7a642e23ee5b19b989e1e7227 (diff) | |
| download | warden-a0ac7056a5323dd395880bdc71a2528a8806740d.tar.bz2 warden-a0ac7056a5323dd395880bdc71a2528a8806740d.zip | |
chore(deps): update rust docker tag to v1.91.1 (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | crates/aggregator/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/configuration/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/pseudonyms/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/router/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/rule-executor/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/typologies/Dockerfile | 2 | ||||
| -rw-r--r-- | crates/warden/Dockerfile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/crates/aggregator/Dockerfile b/crates/aggregator/Dockerfile index e66fb1e..63dec3f 100644 --- a/crates/aggregator/Dockerfile +++ b/crates/aggregator/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/configuration/Dockerfile b/crates/configuration/Dockerfile index e5dd22d..74a945a 100644 --- a/crates/configuration/Dockerfile +++ b/crates/configuration/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ARG FEATURES="" diff --git a/crates/pseudonyms/Dockerfile b/crates/pseudonyms/Dockerfile index db4da39..613df29 100644 --- a/crates/pseudonyms/Dockerfile +++ b/crates/pseudonyms/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/router/Dockerfile b/crates/router/Dockerfile index 3cab35c..57a7aa3 100644 --- a/crates/router/Dockerfile +++ b/crates/router/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-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 4a4ebda..8d5697d 100644 --- a/crates/rule-executor/Dockerfile +++ b/crates/rule-executor/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/typologies/Dockerfile b/crates/typologies/Dockerfile index 0fcba11..ca6da9a 100644 --- a/crates/typologies/Dockerfile +++ b/crates/typologies/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ENV SQLX_OFFLINE=true diff --git a/crates/warden/Dockerfile b/crates/warden/Dockerfile index 664edb0..a6e8b63 100644 --- a/crates/warden/Dockerfile +++ b/crates/warden/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.91.0-slim AS builder +FROM rust:1.91.1-slim AS builder ARG FEATURES="" |
