File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- markdownlint-disable MD025 -->
2
+ # 0.4.0-rust-1.65.0
3
+
4
+ * Upgrade to Rust [ ` 1.65.0 ` ] ( https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html )
5
+
2
6
# 0.4.0-rust-1.64.0
3
7
4
8
* Upgrade to Rust [ ` 1.64.0 ` ] ( https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html )
Original file line number Diff line number Diff line change 1
1
FROM public.ecr.aws/lambda/provided:al2
2
2
3
- ARG RUST_VERSION=1.64 .0
3
+ ARG RUST_VERSION=1.65 .0
4
4
RUN yum install -y jq openssl-devel gcc zip
5
5
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6
6
| 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 1
1
FROM public.ecr.aws/lambda/provided:al2-arm64
2
2
3
- ARG RUST_VERSION=1.64 .0
3
+ ARG RUST_VERSION=1.65 .0
4
4
RUN yum install -y jq openssl-devel gcc zip
5
5
RUN set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
6
6
| 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 1
1
DOCKER ?= docker
2
2
INPUT_RELEASE_VERSION ?= 0.4.0
3
- RUST_VERSION ?= 1.64 .0
3
+ RUST_VERSION ?= 1.65 .0
4
4
REPO ?= rustserverless/lambda-rust
5
5
TAG ?= latest
6
6
You can’t perform that action at this time.
0 commit comments