From b8c8b10edb03d04a3f518b673842e3d70ed18a22 Mon Sep 17 00:00:00 2001 From: Francesco Degrassi Date: Mon, 31 Jan 2022 12:39:48 +0100 Subject: [PATCH] Bumped version to 1.58.1 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"