Skip to content

Commit

Permalink
Use AWS Lambda Python 3.10 image
Browse files Browse the repository at this point in the history
  • Loading branch information
gjclark committed Sep 17, 2024
1 parent c5fdd0b commit d95a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tea-dependency-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.11
FROM public.ecr.aws/lambda/python:3.10

RUN yum install -y git zip
RUN pip install pip-tools

0 comments on commit d95a769

Please sign in to comment.