# Proposal Change from using: - FROM docker.io/lambci/lambda:build-provided.al2 to: - FROM public.ecr.aws/lambda/provided:al2-x86_64 # Reasons - lambci image is not actively maintained - lambci requires a lengthy patch application during the build - aws lambda is the target image and actively maintained with security patches - builds are provided for both x86_64 and arm_64 (recently released for lambda) - security of the environment should be maintained by aws build (should we still run the security check?) # Approach - Update Dockerfile - Test etc. @ZaMaZaN4iK @micrictor @hans00 @Veetaha @tysg