Skip to content

Commit

Permalink
fix missing entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpearce-digital committed Oct 31, 2023
1 parent 46f91a4 commit 4e266a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/create_s3_replication_job/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN python -m pip install \
--target ${FUNCTION_DIR} \
--requirement requirements.txt

FROM public.ecr.aws/lambda/provided:al2 AS production
FROM public.ecr.aws/lambda/python:3.8 AS production

RUN curl -O https://lambda-insights-extension.s3-ap-northeast-1.amazonaws.com/amazon_linux/lambda-insights-extension.rpm && \
rpm -U lambda-insights-extension.rpm && \
Expand Down

0 comments on commit 4e266a6

Please sign in to comment.