Skip to content

Commit

Permalink
Merge pull request #538 from nelsonjchen/dependabot/docker/rust-1.77.2
Browse files Browse the repository at this point in the history
Bump rust from 1.77.1 to 1.77.2
  • Loading branch information
nelsonjchen authored Apr 11, 2024
2 parents e645c26 + 4ed3b10 commit cc4c4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77.1 AS chef
FROM rust:1.77.2 AS chef
# We only pay the installation cost once,
# it will be cached from the second build onwards
RUN cargo install cargo-chef
Expand Down

0 comments on commit cc4c4b6

Please sign in to comment.