Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Update Rust version to 1.40 and add Enrique as maintainer(#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueL8 authored Jul 2, 2020
1 parent 0eef771 commit 25c2872
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions experimental/rust/image/Dockerfile-stack
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -34,4 +34,4 @@ ENV PORT=8000

EXPOSE 8000
EXPOSE 1234
EXPOSE 5000
EXPOSE 5000
4 changes: 2 additions & 2 deletions experimental/rust/image/project/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -39,4 +39,4 @@ USER nobody

EXPOSE 8000

CMD ["./app"]
CMD ["./app"]
5 changes: 4 additions & 1 deletion experimental/rust/stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Rust
version: 0.2.0
version: 0.3.0
description: Runtime for Rust applications
license: Apache-2.0
language: rust
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

0 comments on commit 25c2872

Please sign in to comment.