Skip to content

Commit

Permalink
align rust images
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Jun 25, 2021
1 parent 833638c commit b507ab3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.50-buster
FROM rust:1.53

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.44.1-stretch
FROM rust:1.53

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.44.1-stretch
FROM rust:1.53

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.51
FROM rust:1.53

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.51
FROM rust:1.53

WORKDIR /app
COPY rust_tonic_st_bench /app
Expand Down

0 comments on commit b507ab3

Please sign in to comment.