Skip to content

Commit

Permalink
treewide: Update ECR public Rust images
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ethowitz committed May 13, 2024
1 parent f0a4a14 commit 728f049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.cargo-deny
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 728f049

Please sign in to comment.