Skip to content

Commit 38f7694

Browse files
committed
Remove security updates as no longer required. AWS keeps lambda image updated ~weekly
1 parent 760a9ed commit 38f7694

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
FROM public.ecr.aws/lambda/provided:al2
22

33
ARG RUST_VERSION=1.54.0
4-
RUN yum -y update
5-
RUN yum -y remove kernel-devel-4.14.203-156.332.amzn2
64
RUN yum install -y jq openssl-devel
75
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
86
| CARGO_HOME=/cargo RUSTUP_HOME=/rustup sh -s -- -y --profile minimal --default-toolchain $RUST_VERSION

0 commit comments

Comments
 (0)