We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6137dd + c8fe021 commit eafbfb1Copy full SHA for eafbfb1
Dockerfile
@@ -1,7 +1,7 @@
1
# https://github.com/lambci/docker-lambda#documentation
2
FROM lambci/lambda:build-provided.al2
3
4
-ARG RUST_VERSION=1.51.0
+ARG RUST_VERSION=1.56.1
5
RUN yum install -y jq openssl-devel
6
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
7
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
0 commit comments