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