Skip to content

Commit

Permalink
[Rust] Upgrade containers to 1.38 (the-benchmarker#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and waghanza committed Sep 27, 2019
1 parent c0f26b5 commit c3a63fa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion rust/actix-web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.37
FROM rust:1.38

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion rust/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
provider:
default:
language: 1.37
language: 1.38
2 changes: 1 addition & 1 deletion rust/gotham/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.37
FROM rust:1.38

WORKDIR /usr/src/app

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

WORKDIR /usr/src/app

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

WORKDIR /usr/src/app

Expand Down

0 comments on commit c3a63fa

Please sign in to comment.