Skip to content

Commit

Permalink
chore: upgrade python image (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-robitaille authored Sep 8, 2023
1 parent d9329d5 commit e75ef9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws/load_testing/lambda/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM amazon/aws-lambda-python:3.7@sha256:4aead3a75aa0c0b63a493bb8c5417ee0f1a166cde60e9c49f382817761ea827e

FROM amazon/aws-lambda-python:3.11@sha256:93f1bd317ac630ad7fac3e5acd782697a6c1c0a461b2cb254e205328fd27ca53
COPY lambda_locust.py .
COPY tests ./tests
COPY requirements.txt .

RUN yum -y groupinstall "Development Tools"

RUN pip3 install --upgrade pip

RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit e75ef9b

Please sign in to comment.