From 436bfd492adb72f2c9952780299d6b577fc5ad9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:59:31 +0000 Subject: [PATCH] Bump rust from 1.84.0 to 1.84.1 Bumps rust from 1.84.0 to 1.84.1. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.build_binary | 2 +- Dockerfile.build_frontend | 2 +- Dockerfile.local | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.build_binary b/Dockerfile.build_binary index bea3121..2a32a4c 100644 --- a/Dockerfile.build_binary +++ b/Dockerfile.build_binary @@ -1,4 +1,4 @@ -FROM rust:1.84.0 as builder +FROM rust:1.84.1 as builder ENV CARGO_NET_GIT_FETCH_WITH_CLI=true WORKDIR /tmp/sdre-hub # hadolint ignore=DL3008,DL3003,SC1091,DL4006,DL3009 diff --git a/Dockerfile.build_frontend b/Dockerfile.build_frontend index 17afe50..3c8e691 100644 --- a/Dockerfile.build_frontend +++ b/Dockerfile.build_frontend @@ -1,4 +1,4 @@ -FROM rust:1.84.0 as builder +FROM rust:1.84.1 as builder WORKDIR /tmp/sdre-hub # hadolint ignore=DL3008,DL3003,SC1091,DL4006,DL3009 RUN set -x && \ diff --git a/Dockerfile.local b/Dockerfile.local index e49b7a2..7231118 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -1,4 +1,4 @@ -FROM rust:1.84.0 as builder +FROM rust:1.84.1 as builder WORKDIR /tmp/sdre-hub # hadolint ignore=DL3008,DL3003,SC1091,DL4006 RUN set -x && \