File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- # 0.2.0-rust-1.30.1 (unreleased)
1
+ # 0.2.0-rust-1.31.0 (unreleased)
2
2
3
3
* Breaking change: move to now officially supported ` provided ` runtime
4
+ * Upgrade to rust 1.13.0 default image for rust ( 2018 edition )
4
5
5
6
# 0.1.*
6
7
Original file line number Diff line number Diff line change 1
1
# https://github.com/ilianaw/rust-crowbar/issues/20
2
2
# https://github.com/lambci/docker-lambda#documentation
3
3
FROM lambci/lambda:build-provided
4
- RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.30.1
4
+ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.31.0
5
5
ADD build.sh /usr/local/bin/
6
6
VOLUME ["/code" ]
7
7
WORKDIR /code
Original file line number Diff line number Diff line change 1
1
VERSION ?= 0.2.0
2
- RUST_VERSION ?= 1.30.1
2
+ RUST_VERSION ?= 1.31.0
3
3
REPO ?= softprops/lambda-rust
4
4
TAG ?= "$(REPO ) :$(VERSION ) -rust-$(RUST_VERSION ) "
5
5
You can’t perform that action at this time.
0 commit comments