Skip to content

Commit

Permalink
update chef version to 1.81.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamdavidonuh authored Dec 2, 2024
1 parent 6e5f681 commit fb9c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahnlich/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.78.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.81.0 AS chef
WORKDIR /app
RUN apt update && apt install lld clang -y
FROM chef AS planner
Expand Down

0 comments on commit fb9c2da

Please sign in to comment.