From 51893cea9b0e4369b3f4c4cfcdb20e379bfd2d56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:36:18 +0000 Subject: [PATCH] build(deps): Bump rust from 1.72.0-alpine to 1.72.1-alpine 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] --- 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 fdb79876c..525f0e7d2 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 d2c2bc292..73a43959b 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 && \