Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
chore: update rust
Browse files Browse the repository at this point in the history
  • Loading branch information
mustakimali committed Nov 2, 2023
1 parent e55f7ee commit c9bfcf8
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 rust:1.68 as chef
FROM rust:1.73 as chef
RUN cargo install cargo-chef
RUN apt-get update -y && apt-get install protobuf-compiler -y
WORKDIR /app
Expand Down

0 comments on commit c9bfcf8

Please sign in to comment.