File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ RUN rm -rf /var/runtime /var/lang && \
2020 rm -rf /tmp/warmup /tmp/NuGetScratch
2121
2222# Add these as a separate layer as they get updated frequently
23- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 virtualenv pipenv --no-cache-dir
23+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 virtualenv pipenv --no-cache-dir
2424
2525CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ RUN rm -rf /var/runtime /var/lang && \
2121 rm -rf /tmp/warmup /tmp/NuGetScratch /tmp/.dotnet
2222
2323# Add these as a separate layer as they get updated frequently
24- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 virtualenv pipenv --no-cache-dir && \
24+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 virtualenv pipenv --no-cache-dir && \
2525 dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1
2626
2727CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN rm -rf /var/runtime /var/lang && \
2020 rm -rf /tmp/warmup /tmp/NuGetScratch /tmp/.dotnet
2121
2222# Add these as a separate layer as they get updated frequently
23- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir && \
23+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir && \
2424 dotnet tool install --global Amazon.Lambda.Tools --version 4.0.0
2525
2626CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ RUN rm -rf /var/runtime /var/lang && \
1616 go get golang.org/x/vgo
1717
1818# Add these as a separate layer as they get updated frequently
19- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
19+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
2020
2121CMD ["dep" , "ensure" ]
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
1414ENV PATH="/usr/local/gradle/gradle-6.2.2/bin:/usr/local/maven/apache-maven-3.6.3/bin:${PATH}"
1515
1616# Add these as a separate layer as they get updated frequently
17- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
17+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ RUN rm -rf /var/runtime /var/lang && \
1515ENV PATH="/usr/local/gradle/gradle-6.2.2/bin:/usr/local/maven/apache-maven-3.6.3/bin:${PATH}"
1616
1717# Add these as a separate layer as they get updated frequently
18- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
18+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
99 curl https://lambci.s3.amazonaws.com/fs/nodejs10.x.tgz | tar -zx -C /
1010
1111# Add these as a separate layer as they get updated frequently
12- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
12+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
99 curl https://lambci.s3.amazonaws.com/fs/nodejs12.x.tgz | tar -zx -C /
1010
1111# Add these as a separate layer as they get updated frequently
12- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
12+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ RUN rm -rf /var/runtime /var/lang && \
1010 curl https://lambci.s3.amazonaws.com/fs/nodejs4.3.tgz | tar -zx -C /
1111
1212# Add these as a separate layer as they get updated frequently
13- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
13+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
1414
1515CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ RUN rm -rf /var/runtime /var/lang && \
1010 curl https://lambci.s3.amazonaws.com/fs/nodejs6.10.tgz | tar -zx -C /
1111
1212# Add these as a separate layer as they get updated frequently
13- RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.50 .0 awscli boto3 --no-cache-dir
13+ RUN pip install -U aws-lambda-builders==0.9.0 aws-sam-cli==0.51 .0 awscli boto3 --no-cache-dir
1414
1515CMD ["npm" , "rebuild" ]
You can’t perform that action at this time.
0 commit comments