Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 23, 2024
1 parent 42e9861 commit a76a242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:1.77.2-bookworm AS chef
# We only pay the installation cost once,
FROM rust:1.80.1-bookworm AS chef
# We only pay the installation cost once,
# it will be cached from the second build onwards
RUN cargo install cargo-chef
RUN cargo install cargo-chef
WORKDIR /app

FROM chef AS planner
Expand Down

0 comments on commit a76a242

Please sign in to comment.