Skip to content

Commit 966ca22

Browse files
IN-894 Update base image for AWS Lambda to use Python 3.11
1 parent 40237a5 commit 966ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/python:3.9
1+
FROM public.ecr.aws/lambda/python:3.11
22

33
# Copy function code
44
COPY . ${LAMBDA_TASK_ROOT}/

0 commit comments

Comments
 (0)