Skip to content

Commit

Permalink
Fix pip run line
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdion committed Dec 19, 2023
1 parent 3979743 commit ef3bee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM public.ecr.aws/lambda/python:3.10-arm64
FROM public.ecr.aws/lambda/python:3.11-arm64

# Install poetry
RUN pip install poetry
RUN python3 -m pip install -U pip poetry

# Copy only requirements to cache them in docker layer
WORKDIR ${LAMBDA_TASK_ROOT}
Expand Down

0 comments on commit ef3bee6

Please sign in to comment.