From 7d074bd7b58d74ada9f4f8313955b58921c168c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:32:55 +0000 Subject: [PATCH] build(deps): Bump rust from 1.72.0-alpine to 1.72.1-alpine (#1987) Bumps rust from 1.72.0-alpine to 1.72.1-alpine. --- updated-dependencies: - dependency-name: rust dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.interop | 2 +- Dockerfile.interop_aggregator | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 826764b10..abee1720f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.72.0-alpine AS chef +FROM rust:1.72.1-alpine AS chef RUN apk add --no-cache libc-dev ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN cargo install cargo-chef --version 0.1.60 && \ diff --git a/Dockerfile.interop b/Dockerfile.interop index 35721d3ce..1b602a189 100644 --- a/Dockerfile.interop +++ b/Dockerfile.interop @@ -1,7 +1,7 @@ ARG BINARY ARG PROFILE=release -FROM rust:1.72.0-alpine AS chef +FROM rust:1.72.1-alpine AS chef RUN apk add --no-cache libc-dev ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN cargo install cargo-chef --version 0.1.60 && \ diff --git a/Dockerfile.interop_aggregator b/Dockerfile.interop_aggregator index 034ba9326..f0159524c 100644 --- a/Dockerfile.interop_aggregator +++ b/Dockerfile.interop_aggregator @@ -1,6 +1,6 @@ ARG PROFILE=release -FROM rust:1.72.0-alpine AS chef +FROM rust:1.72.1-alpine AS chef RUN apk add --no-cache libc-dev ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse RUN cargo install cargo-chef --version 0.1.60 && \