Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec4828c

Browse filesBrowse files
committed
Update aws-sam-cli in build images to 0.46.2
1 parent 46030e1 commit ec4828c
Copy full SHA for ec4828c

File tree

Expand file treeCollapse file tree

16 files changed

+16
-16
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

16 files changed

+16
-16
lines changed
Open diff view settings
Collapse file

‎dotnetcore2.0/build/Dockerfile‎

Copy file name to clipboardExpand all lines: dotnetcore2.0/build/Dockerfile
+1-1Lines 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 virtualenv pipenv awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
23+
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
2424

2525
CMD ["dotnet", "build"]
Collapse file

‎dotnetcore2.1/build/Dockerfile‎

Copy file name to clipboardExpand all lines: dotnetcore2.1/build/Dockerfile
+1-1Lines 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 virtualenv pipenv awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir && \
24+
RUN pip install -U virtualenv pipenv awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir && \
2525
dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1
2626

2727
CMD ["dotnet", "build"]
Collapse file

‎go1.x/build/Dockerfile‎

Copy file name to clipboardExpand all lines: go1.x/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
19+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
2020

2121
CMD ["dep", "ensure"]
Collapse file

‎java11/build/Dockerfile‎

Copy file name to clipboardExpand all lines: java11/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
17+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
Collapse file

‎java8/build/Dockerfile‎

Copy file name to clipboardExpand all lines: java8/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
18+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
Collapse file

‎nodejs10.x/build/Dockerfile‎

Copy file name to clipboardExpand all lines: nodejs10.x/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
12+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
Collapse file

‎nodejs12.x/build/Dockerfile‎

Copy file name to clipboardExpand all lines: nodejs12.x/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
12+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
Collapse file

‎nodejs4.3/build/Dockerfile‎

Copy file name to clipboardExpand all lines: nodejs4.3/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
13+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
1414

1515
CMD ["npm", "rebuild"]
Collapse file

‎nodejs6.10/build/Dockerfile‎

Copy file name to clipboardExpand all lines: nodejs6.10/build/Dockerfile
+1-1Lines 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 awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
13+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
1414

1515
CMD ["npm", "rebuild"]
Collapse file

‎nodejs8.10/build/Dockerfile‎

Copy file name to clipboardExpand all lines: nodejs8.10/build/Dockerfile
+1-1Lines 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/nodejs8.10.tgz | tar -zx -C /
1111

1212
# Add these as a separate layer as they get updated frequently
13-
RUN pip install -U awscli boto3 aws-sam-cli==0.44.0 aws-lambda-builders==0.8.0 --no-cache-dir
13+
RUN pip install -U awscli boto3 aws-sam-cli==0.46.2 aws-lambda-builders==0.8.0 --no-cache-dir
1414

1515
CMD ["npm", "rebuild"]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.