Skip to content

Commit

Permalink
Update Dockerfile.rust (#14)
Browse files Browse the repository at this point in the history
upgrade rust version for new clap version min compiler version requirement.
  • Loading branch information
Assaf Vayner authored Mar 28, 2024
1 parent 8a11b8a commit f904cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile.rust
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Xet services. Instead of baking the dependencies and caches into
# the image, we leverage the host system's build cache to store the
# intermediate artifacts using a volume for Cargo's target directory.
FROM rust:1.72
FROM rust:1.77


RUN USER=root rustup component add rustfmt
Expand Down

0 comments on commit f904cb2

Please sign in to comment.