Skip to content

Commit 620c260

Browse files
authored
Merge pull request #52 from riseshia/update-arm64
feat(rust): Update rust version to 1.76.0 (arm64)
2 parents 245a367 + 63a3ab1 commit 620c260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile_arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/lambda/provided:al2-arm64
22

3-
ARG RUST_VERSION=1.65.0
3+
ARG RUST_VERSION=1.76.0
44
RUN yum install -y jq openssl-devel gcc zip
55
RUN 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

0 commit comments

Comments
 (0)