Skip to content

Commit

Permalink
Bump rust from 1.72 to 1.75
Browse files Browse the repository at this point in the history
Bumps rust from 1.72 to 1.75.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2023
1 parent 88479d2 commit cfde533
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,4 +1,4 @@
FROM rust:1.72 AS chef
FROM rust:1.75 AS chef
RUN cargo install cargo-chef

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nocache
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.72 as builder
FROM rust:1.75 as builder
# Let's switch our working directory to `app` (equivalent to `cd app`)
# The `app` folder will be created for us by Docker in case it does not
# exist already.
Expand Down

0 comments on commit cfde533

Please sign in to comment.