File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ RUN rm -rf /var/runtime /var/lang && \
1919
2020# Add these as a separate layer as they get updated frequently
2121RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
22- pip install -U virtualenv pipenv awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
22+ pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
2323
2424CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ RUN rm -rf /var/runtime /var/lang && \
1919
2020# Add these as a separate layer as they get updated frequently
2121RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
22- pip install -U virtualenv pipenv awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
22+ pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
2323
2424CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ RUN rm -rf /var/runtime /var/lang && \
1616
1717# Add these as a separate layer as they get updated frequently
1818RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
19- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
19+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
2020
2121CMD ["dep" , "ensure" ]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ RUN rm -rf /var/runtime /var/lang && \
1010
1111# Add these as a separate layer as they get updated frequently
1212RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
13- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
13+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN rm -rf /var/runtime /var/lang && \
1111
1212# Add these as a separate layer as they get updated frequently
1313RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
14- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
14+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
1515
1616CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN rm -rf /var/runtime /var/lang && \
1111
1212# Add these as a separate layer as they get updated frequently
1313RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
14- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
14+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
1515
1616CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN rm -rf /var/runtime /var/lang && \
1111
1212# Add these as a separate layer as they get updated frequently
1313RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
14- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
14+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
1515
1616CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ FROM lambci/lambda-base:build
22
33# Add these as a separate layer as they get updated frequently
44RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
5- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
5+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN rm -rf /var/runtime /var/lang && \
99# Add these as a separate layer as they get updated frequently
1010RUN curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python && \
1111 pip install -U virtualenv pipenv --no-cache-dir && \
12- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
12+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ RUN rm -rf /var/runtime /var/lang && \
2020# Add these as a separate layer as they get updated frequently
2121RUN pip install -U pip setuptools --no-cache-dir && \
2222 pip install -U virtualenv pipenv --no-cache-dir && \
23- pip install -U awscli boto3 aws-sam-cli aws-lambda-builders==0.0.4 --no-cache-dir
23+ pip install -U awscli boto3 aws-sam-cli==0.9.0 aws-lambda-builders==0.0.4 --no-cache-dir
You can’t perform that action at this time.
0 commit comments