Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
bump lambda-rust rust version to 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 29, 2018
1 parent f8e9497 commit 5503b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://github.com/ilianaw/rust-crowbar/issues/20
# https://github.com/lambci/docker-lambda#documentation
FROM lambci/lambda:build-python3.6
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.27.0
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.27.2
ADD build.sh /usr/local/bin/
VOLUME ["/code"]
WORKDIR /code
Expand Down
2 changes: 1 addition & 1 deletion builder/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION ?= 0.1.0
RUST_VERSION ?= 1.27.0
RUST_VERSION ?= 1.27.2
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"

Expand Down

0 comments on commit 5503b9a

Please sign in to comment.