From e90dc5c9bf64e5b3e16cd6ff01eb97cba4038104 Mon Sep 17 00:00:00 2001 From: Ethan Donowitz Date: Tue, 7 May 2024 12:02:47 -0400 Subject: [PATCH] treewide: Update ECR public Rust images This commit updates the Rust version of the public ECR library image we use for our xtask crate and for our cargo-deny docker image builder. The version is updated from 1.74 to 1.78. Change-Id: Idad4f0c1727b5bc37c1f008281e450e8f63fa24d --- build/Dockerfile.cargo-deny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.cargo-deny b/build/Dockerfile.cargo-deny index 38ccb6f17b..e569fbf655 100644 --- a/build/Dockerfile.cargo-deny +++ b/build/Dockerfile.cargo-deny @@ -1,3 +1,3 @@ -FROM 305232526136.dkr.ecr.us-east-2.amazonaws.com/ecr-public/docker/library/rust:1.74 +FROM 305232526136.dkr.ecr.us-east-2.amazonaws.com/ecr-public/docker/library/rust:1.78 RUN cargo install cargo-deny --version 0.13.7 && cargo deny --version