From 1e3b919a0bea38811ed28b724e36f0a903a6186b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 02:01:29 +0000 Subject: [PATCH] Bump docker/library/rust from 1.89 to 1.90 Bumps [docker/library/rust](https://github.com/rust-lang/docker-rust) from 1.89 to 1.90. - [Commits](https://github.com/rust-lang/docker-rust/commits) --- updated-dependencies: - dependency-name: docker/library/rust dependency-version: '1.90' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20c27adff4..0c203098fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # permissions and limitations under the License. # Stage 1: Build the cp-utility binary -FROM public.ecr.aws/docker/library/rust:1.89 AS builder +FROM public.ecr.aws/docker/library/rust:1.90 AS builder WORKDIR /usr/src/cp-utility COPY ./tools/cp-utility .