Skip to content

Commit

Permalink
benchmark: use rust 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Jul 23, 2024
1 parent f0cdfd8 commit 9ed0c3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.78
FROM rust:1.79
WORKDIR /app
COPY . .
RUN --mount=type=cache,target=./.cargo \
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.78
FROM rust:1.79
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.78
FROM rust:1.79
WORKDIR /app
COPY . .
RUN --mount=type=cache,target=./.cargo \
Expand Down

0 comments on commit 9ed0c3d

Please sign in to comment.