Skip to content

Commit af49d1d

Browse files
author
Vasuki Dileep
committed
Change python version in dockerfile.lambda
1 parent 05f7ac8 commit af49d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.lambda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ FROM public.ecr.aws/lambda/go:1
2828

2929
RUN yum install -y git
3030

31-
RUN curl -O https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py
31+
RUN curl -O https://bootstrap.pypa.io/pip/3.6/get-pip.py && python3 get-pip.py
3232
RUN pip3 install awscli
3333

3434
COPY --from=builder \

0 commit comments

Comments
 (0)