Skip to content

Commit

Permalink
chore: Update Dockerfile to include Rust toolchain update step
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singh <[email protected]>
  • Loading branch information
akashsinghvance committed Jan 3, 2025
1 parent 410d305 commit 45231a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ WORKDIR /app

COPY Cargo.toml Cargo.lock ./

RUN rustup update stable && cargo --version



COPY . .


RUN cargo build --release

FROM debian:bullseye-slim
Expand Down

0 comments on commit 45231a9

Please sign in to comment.