From 25c287249ffadb7421c086fe1ce6022f23aa74cd Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Thu, 2 Jul 2020 17:35:32 +0100 Subject: [PATCH] Update Rust version to 1.40 and add Enrique as maintainer(#837) --- experimental/rust/image/Dockerfile-stack | 4 ++-- experimental/rust/image/project/Dockerfile | 4 ++-- experimental/rust/stack.yaml | 5 ++++- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/experimental/rust/image/Dockerfile-stack b/experimental/rust/image/Dockerfile-stack index 770546afe..857648b79 100644 --- a/experimental/rust/image/Dockerfile-stack +++ b/experimental/rust/image/Dockerfile-stack @@ -1,4 +1,4 @@ -FROM rust:1.39 +FROM rust:1.40 RUN apt-get update && apt-get install -y lldb musl-tools RUN rustup target add x86_64-unknown-linux-musl @@ -34,4 +34,4 @@ ENV PORT=8000 EXPOSE 8000 EXPOSE 1234 -EXPOSE 5000 \ No newline at end of file +EXPOSE 5000 diff --git a/experimental/rust/image/project/Dockerfile b/experimental/rust/image/project/Dockerfile index 8732b35a8..f7ca75c2e 100644 --- a/experimental/rust/image/project/Dockerfile +++ b/experimental/rust/image/project/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.39 as builder +FROM rust:1.40 as builder # Install musl RUN apt-get update && apt-get install -y musl-tools @@ -39,4 +39,4 @@ USER nobody EXPOSE 8000 -CMD ["./app"] \ No newline at end of file +CMD ["./app"] diff --git a/experimental/rust/stack.yaml b/experimental/rust/stack.yaml index 883b3a70a..1cc8b3cf6 100644 --- a/experimental/rust/stack.yaml +++ b/experimental/rust/stack.yaml @@ -1,5 +1,5 @@ name: Rust -version: 0.2.0 +version: 0.3.0 description: Runtime for Rust applications license: Apache-2.0 language: rust @@ -7,4 +7,7 @@ maintainers: - name: Sandy Koh email: sandy.koh@ibm.com github-id: skoh7645 + - name: Enrique Lacal + email: enrique.lacal.bereslawski@ibm.com + github-id: EnriqueL8 default-template: simple \ No newline at end of file