Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
  • Loading branch information
barnabasbusa authored Oct 28, 2024
1 parent d0e9746 commit 7df14ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.80-buster AS builder
FROM rust:1.81-bookworm AS builder
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake clang libclang-dev protobuf-compiler
COPY . eleel
RUN cd eleel && cargo build --release --bin eleel --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 7df14ab

Please sign in to comment.