File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ # 0.4.0-rust-1.58.0
2+
3+ * Upgrade to Rust [ ` 1.58.0 ` ] ( https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html )
4+
15# 0.4.0-rust-1.57.0
26
3- * Upgrade to Rust [ ` 1.56.1 ` ] ( https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html )
7+ * Upgrade to Rust [ ` 1.57.0 ` ] ( https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html )
48
59# 0.4.0-rust-1.56.1
610
Original file line number Diff line number Diff line change 11FROM public.ecr.aws/lambda/provided:al2
22
3- ARG RUST_VERSION=1.57 .0
3+ ARG RUST_VERSION=1.58 .0
44RUN yum install -y jq openssl-devel gcc zip
55RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
66 | CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
Original file line number Diff line number Diff line change 11DOCKER ?= docker
22INPUT_RELEASE_VERSION ?= 0.4.0
3- RUST_VERSION ?= 1.57 .0
3+ RUST_VERSION ?= 1.58 .0
44REPO ?= rustserverless/lambda-rust
55TAG ?= latest
66
You can’t perform that action at this time.
0 commit comments