Skip to content

Commit c1487e9

Browse files
committed
Update aws-sam-cli to 0.51.0
1 parent 2fa7765 commit c1487e9

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

dotnetcore2.0/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2525
CMD ["dotnet", "build"]

dotnetcore2.1/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
CMD ["dotnet", "build"]

dotnetcore3.1/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
CMD ["dotnet", "build"]

go1.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
CMD ["dep", "ensure"]

java11/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN rm -rf /var/runtime /var/lang /var/rapid && \
1414
ENV 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

java8/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN rm -rf /var/runtime /var/lang && \
1515
ENV 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

nodejs10.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

nodejs12.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

nodejs4.3/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
CMD ["npm", "rebuild"]

nodejs6.10/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
CMD ["npm", "rebuild"]

0 commit comments

Comments
 (0)