Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MelleD authored Jan 7, 2024
1 parent 2f8f947 commit 0ba5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN wget https://pkgs.tailscale.com/stable/${TSFILE} && \
COPY . ./


FROM public.ecr.aws/lambda/python:3.8
FROM public.ecr.aws/lambda/python:3.10
#can't test locally without it
ADD https://github.com/aws/aws-lambda-runtime-interface-emulator/releases/latest/download/aws-lambda-rie /usr/local/bin/aws-lambda-rie
RUN chmod 755 /usr/local/bin/aws-lambda-rie
Expand Down

0 comments on commit 0ba5b99

Please sign in to comment.