Skip to content

Commit

Permalink
test: Change python3.8 image to python3.9 (#7866)
Browse files Browse the repository at this point in the history
  • Loading branch information
valerena authored Feb 6, 2025
1 parent a643c2c commit 12ac467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/lambda/python:3.8
FROM public.ecr.aws/lambda/python:3.9

COPY requirements.txt ./
RUN python3.9 -m pip install -r requirements.txt -t .
Expand Down

0 comments on commit 12ac467

Please sign in to comment.