From 545248f9c35fb6a5d123ecdce6b9efde631e4d71 Mon Sep 17 00:00:00 2001 From: Jack Pines Date: Tue, 29 Aug 2023 14:29:46 -0700 Subject: [PATCH] Switch to AWS Lambda Python 3.9 image The prior image is not available to build with. --- 3.9/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3.9/Dockerfile b/3.9/Dockerfile index bccd41d..a6757ff 100644 --- a/3.9/Dockerfile +++ b/3.9/Dockerfile @@ -1,4 +1,4 @@ -FROM lambci/lambda:build-python3.9 +FROM public.ecr.aws/lambda/python:3.9 RUN pip install -t /opt/python/ psycopg2-binary