From 966ca2293a781a957c5cbb8721d4a3ab288fcf7d Mon Sep 17 00:00:00 2001 From: jonavellecuerdo Date: Fri, 20 Oct 2023 09:34:13 -0400 Subject: [PATCH] IN-894 Update base image for AWS Lambda to use Python 3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d9e299..c519884 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/lambda/python:3.9 +FROM public.ecr.aws/lambda/python:3.11 # Copy function code COPY . ${LAMBDA_TASK_ROOT}/