From ac3619203d23b2f9df7c27e1ad63d80e7dd48b6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:18:01 +0000 Subject: [PATCH] chore(deps): update rust docker tag to v1.84 --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 65c82618d5a..af7aa0f0499 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.83-slim AS build +FROM rust:1.84-slim AS build WORKDIR /usr/src/app