Skip to content

Commit a6bb997

Browse files
Merge pull request #9 from MITLibraries/IN-894-update-python-version-in-dockerfile
IN-894 Update base image for AWS Lambda to use Python 3.11
2 parents 40237a5 + 966ca22 commit a6bb997

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)