Skip to content

Commit

Permalink
Merge pull request #52 from influxdata/upgrade-rust-170
Browse files Browse the repository at this point in the history
chore: Upgrade to rust 1.71
  • Loading branch information
Marko Mikulicic authored Jul 25, 2023
2 parents a79caec + 4193820 commit 5395073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain
FROM lukemathwalker/cargo-chef:latest-rust-1.69.0@sha256:8bc5ba942909bffbce5ca481443b79a9482d97c504bd08692ebd236efad0830c AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.71.0@sha256:771356d2c2cb88ec004e1aa1c270065e28ac9d08d005ea64ac6aae9f9c70aca1 AS chef
WORKDIR app

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.69"
channel = "1.71"
components = [ "rustfmt", "clippy" ]

0 comments on commit 5395073

Please sign in to comment.