Skip to content

Commit

Permalink
benchmarks: use rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Dec 5, 2024
1 parent b2b1eed commit 48d1c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark/providers/evm-hound-rs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM rust:1.82
FROM rust:1.83
WORKDIR /app
COPY . .
RUN --mount=type=cache,target=./.cargo \
Expand Down
2 changes: 1 addition & 1 deletion benchmark/providers/evmole-py/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM rust:1.82 AS build
FROM rust:1.83 AS build
RUN wget https://github.com/PyO3/maturin/releases/download/v1.7.6/maturin-x86_64-unknown-linux-musl.tar.gz \
&& tar xf maturin-*.tar.gz && mv maturin /usr/local/bin/
COPY ./rust /workdir
Expand Down
2 changes: 1 addition & 1 deletion benchmark/providers/evmole-rs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM rust:1.82
FROM rust:1.83
WORKDIR /app
COPY . .
RUN --mount=type=cache,target=./.cargo \
Expand Down
2 changes: 1 addition & 1 deletion benchmark/providers/heimdall-rs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM rust:1.82
FROM rust:1.83
WORKDIR /app
COPY . .
RUN --mount=type=cache,target=./.cargo \
Expand Down

0 comments on commit 48d1c14

Please sign in to comment.