From c3a63fa6e4fbbdecfec36c7b423fb7fb2a11dabe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 22:45:36 +0200 Subject: [PATCH] [Rust] Upgrade containers to 1.38 (#1821) --- rust/actix-web/Dockerfile | 2 +- rust/config.yaml | 2 +- rust/gotham/Dockerfile | 2 +- rust/iron/Dockerfile | 2 +- rust/nickel/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/actix-web/Dockerfile b/rust/actix-web/Dockerfile index 05afefadac0..1e2635eefc2 100644 --- a/rust/actix-web/Dockerfile +++ b/rust/actix-web/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.37 +FROM rust:1.38 WORKDIR /usr/src/app diff --git a/rust/config.yaml b/rust/config.yaml index 08525bd36ff..88287deab44 100644 --- a/rust/config.yaml +++ b/rust/config.yaml @@ -1,3 +1,3 @@ provider: default: - language: 1.37 + language: 1.38 diff --git a/rust/gotham/Dockerfile b/rust/gotham/Dockerfile index 05afefadac0..1e2635eefc2 100644 --- a/rust/gotham/Dockerfile +++ b/rust/gotham/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.37 +FROM rust:1.38 WORKDIR /usr/src/app diff --git a/rust/iron/Dockerfile b/rust/iron/Dockerfile index 05afefadac0..1e2635eefc2 100644 --- a/rust/iron/Dockerfile +++ b/rust/iron/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.37 +FROM rust:1.38 WORKDIR /usr/src/app diff --git a/rust/nickel/Dockerfile b/rust/nickel/Dockerfile index 05afefadac0..1e2635eefc2 100644 --- a/rust/nickel/Dockerfile +++ b/rust/nickel/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.37 +FROM rust:1.38 WORKDIR /usr/src/app