Skip to content

Commit 2350e6b

Browse files
Bumped version to 1.51.0
1 parent 5412933 commit 2350e6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# https://github.com/lambci/docker-lambda#documentation
22
FROM lambci/lambda:build-provided.al2
33

4-
ARG RUST_VERSION=1.45.2
5-
RUN yum install -y jq
4+
ARG RUST_VERSION=1.51.0
5+
RUN yum install -y jq openssl-devel
66
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
7+
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION
88
ADD build.sh /usr/local/bin/
99
VOLUME ["/code"]
1010
WORKDIR /code

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 0.4.0
2-
RUST_VERSION ?= 1.45.2
2+
RUST_VERSION ?= 1.51.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
55

0 commit comments

Comments
 (0)