diff --git a/Dockerfile b/Dockerfile index e5ba94a..a8ccfd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # https://github.com/lambci/docker-lambda#documentation FROM lambci/lambda:build-provided.al2 -ARG RUST_VERSION=1.51.0 +ARG RUST_VERSION=1.58.1 RUN yum install -y jq openssl-devel RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \ | CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION diff --git a/Makefile b/Makefile index 483adf9..ac07c8f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION ?= 0.4.0 -RUST_VERSION ?= 1.51.0 +RUST_VERSION ?= 1.58.1 REPO ?= softprops/lambda-rust TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"