Merge pull request #115 from Hestia-Homes/feature/tasks

pyton 3.12
This commit is contained in:
Jun-te Kim 2025-11-28 19:41:20 +00:00 committed by GitHub
commit 972a00aa0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# AWS Lambda python pacakge
FROM public.ecr.aws/lambda/python:3.11
FROM public.ecr.aws/lambda/python:3.12
# Install Poetry (you could pin a version if you like)
RUN curl -sSL https://install.python-poetry.org | python3 -