From a198aee1d985cd1c0c6e2b9d6a9eaed300b42664 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 10:01:47 +0000 Subject: chore(deps): update rust docker tag to v1.91.0 (#83) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/rule-executor/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rule-executor') diff --git a/crates/rule-executor/Dockerfile b/crates/rule-executor/Dockerfile index a513060..4a4ebda 100644 --- a/crates/rule-executor/Dockerfile +++ b/crates/rule-executor/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.90.0-slim AS builder +FROM rust:1.91.0-slim AS builder ENV SQLX_OFFLINE=true -- cgit v1.2.3