Skip to content

Commit

Permalink
docker: use 1.81.0 for building
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Dec 9, 2024
1 parent 4b68f6b commit 3b91ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM rust:1.75.0 as base
FROM rust:1.81.0 as base
RUN cargo install [email protected] --locked
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y clang cmake ssh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-benchrunner
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM rust:1.75.0 as base
FROM rust:1.81.0 as base
RUN cargo install [email protected] --locked
RUN rustup component add rustfmt
RUN apt-get update && apt-get install -y clang cmake ssh
Expand Down

0 comments on commit 3b91ec7

Please sign in to comment.