Skip to content

Commit

Permalink
Update Rust version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumas committed Oct 17, 2024
1 parent 881d6f7 commit ce7b06d
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.76.0-bullseye AS builder
FROM rust:1.80.1-bullseye AS builder
RUN apt-get update && apt-get --yes upgrade && apt-get install --yes cmake libclang-dev
COPY . .
RUN scripts/build/release.sh
Expand Down

0 comments on commit ce7b06d

Please sign in to comment.