Skip to content

Commit

Permalink
Merge pull request #135 from alexnederlof/dependabot/docker/rust-1.72
Browse files Browse the repository at this point in the history
Bump rust from 1.71 to 1.72
  • Loading branch information
alexnederlof authored Sep 8, 2023
2 parents 8637466 + 7129b7c commit 14eda8c
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.71 AS chef
FROM rust:1.72 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.71 as builder
FROM rust:1.72 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 14eda8c

Please sign in to comment.