From 236265a88d650a020c6761788cf2995f5de4a7a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:51:06 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.90 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06ca10b..4322f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM rust:1.86 AS builder +FROM --platform=$BUILDPLATFORM rust:1.90 AS builder WORKDIR /app RUN cargo install cargo-auditable