Skip to content

Commit

Permalink
bump stable toolchain in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Feb 5, 2025
1 parent 7fbee3a commit b38c933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.81-bookworm AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.82-bookworm AS chef
RUN apt-get update && apt-get install -y protobuf-compiler build-essential clang-tools-14

FROM chef AS planner
Expand Down

0 comments on commit b38c933

Please sign in to comment.