Upgrade python to 3.14 (#59)

This commit is contained in:
Payton Ward
2025-12-04 19:13:20 -06:00
committed by GitHub
parent 4331762cfa
commit fa69f4f7b7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Use the official AWS Lambda Python 3.9 base image
FROM amazon/aws-lambda-python:3.9
# Use the official AWS Lambda Python 3.14 base image
FROM amazon/aws-lambda-python:3.14-x86_64
# Copy function code
COPY alpr_clusters.py ${LAMBDA_TASK_ROOT}