Skip to content

Commit

Permalink
update rust to 1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
gcnyin committed Nov 23, 2024
1 parent 668df1a commit da53fe9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rust_grpcio_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82

RUN apt update && apt install -y protobuf-compiler cmake

Expand Down
2 changes: 1 addition & 1 deletion rust_thruster_mt_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82

WORKDIR /app
COPY rust_thruster_mt_bench /app
Expand Down
2 changes: 1 addition & 1 deletion rust_thruster_st_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82

WORKDIR /app
COPY rust_thruster_st_bench /app
Expand Down
2 changes: 1 addition & 1 deletion rust_tonic_mt_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82

WORKDIR /app
COPY rust_tonic_mt_bench /app
Expand Down
2 changes: 1 addition & 1 deletion rust_tonic_st_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82

WORKDIR /app
COPY rust_tonic_st_bench /app
Expand Down
2 changes: 1 addition & 1 deletion rust_wtx_bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76
FROM rust:1.82
WORKDIR /app
COPY rust_wtx_bench /app
COPY proto /app/protos
Expand Down

0 comments on commit da53fe9

Please sign in to comment.