Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit ba16412

Browse files
committed
Update aws-sam-cli to 1.4.0
1 parent 0bd3ee1 commit ba16412

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

dotnetcore2.0/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ RUN source /usr/local/pipx/shared/bin/activate && \
3030
pipx install pipenv && \
3131
pipx install awscli==1.* && \
3232
pipx install aws-lambda-builders==1.1.0 && \
33-
pipx install aws-sam-cli==1.3.2
33+
pipx install aws-sam-cli==1.4.0
3434

3535
CMD ["dotnet", "build"]

dotnetcore2.1/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN source /usr/local/pipx/shared/bin/activate && \
3131
pipx install pipenv && \
3232
pipx install awscli==1.* && \
3333
pipx install aws-lambda-builders==1.1.0 && \
34-
pipx install aws-sam-cli==1.3.2 && \
34+
pipx install aws-sam-cli==1.4.0 && \
3535
dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1
3636

3737
CMD ["dotnet", "build"]

dotnetcore3.1/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN curl -L https://dot.net/v1/dotnet-install.sh | bash -s -- -v $DOTNET_SDK_VER
2626
# Add these as a separate layer as they get updated frequently
2727
RUN pipx install awscli==1.* && \
2828
pipx install aws-lambda-builders==1.1.0 && \
29-
pipx install aws-sam-cli==1.3.2 && \
29+
pipx install aws-sam-cli==1.4.0 && \
3030
dotnet tool install --global Amazon.Lambda.Tools --version 4.0.0
3131

3232
CMD ["dotnet", "build"]

go1.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ RUN curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.t
2424
RUN source /usr/local/pipx/shared/bin/activate && \
2525
pipx install awscli==1.* && \
2626
pipx install aws-lambda-builders==1.1.0 && \
27-
pipx install aws-sam-cli==1.3.2
27+
pipx install aws-sam-cli==1.4.0
2828

2929
CMD ["dep", "ensure"]

java11/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ ENV PATH="/usr/local/gradle/gradle-6.6.1/bin:/usr/local/maven/apache-maven-3.6.3
2020
# Add these as a separate layer as they get updated frequently
2121
RUN pipx install awscli==1.* && \
2222
pipx install aws-lambda-builders==1.1.0 && \
23-
pipx install aws-sam-cli==1.3.2
23+
pipx install aws-sam-cli==1.4.0

java8.al2/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ENV PATH="/usr/local/gradle/gradle-6.6.1/bin:/usr/local/maven/apache-maven-3.6.3
2323
# Add these as a separate layer as they get updated frequently
2424
RUN pipx install awscli==1.* && \
2525
pipx install aws-lambda-builders==1.1.0 && \
26-
pipx install aws-sam-cli==1.3.2
26+
pipx install aws-sam-cli==1.4.0

java8/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ENV PATH="/usr/local/gradle/gradle-6.6.1/bin:/usr/local/maven/apache-maven-3.6.3
2323
RUN source /usr/local/pipx/shared/bin/activate && \
2424
pipx install awscli==1.* && \
2525
pipx install aws-lambda-builders==1.1.0 && \
26-
pipx install aws-sam-cli==1.3.2
26+
pipx install aws-sam-cli==1.4.0

nodejs10.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY --from=0 /var/rapid /var/rapid
1414
# Add these as a separate layer as they get updated frequently
1515
RUN pipx install awscli==1.* && \
1616
pipx install aws-lambda-builders==1.1.0 && \
17-
pipx install aws-sam-cli==1.3.2
17+
pipx install aws-sam-cli==1.4.0

nodejs12.x/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ COPY --from=0 /var/rapid /var/rapid
1414
# Add these as a separate layer as they get updated frequently
1515
RUN pipx install awscli==1.* && \
1616
pipx install aws-lambda-builders==1.1.0 && \
17-
pipx install aws-sam-cli==1.3.2
17+
pipx install aws-sam-cli==1.4.0

nodejs4.3/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ COPY --from=0 /var/rapid /var/rapid
1717
RUN source /usr/local/pipx/shared/bin/activate && \
1818
pipx install awscli==1.* && \
1919
pipx install aws-lambda-builders==1.1.0 && \
20-
pipx install aws-sam-cli==1.3.2
20+
pipx install aws-sam-cli==1.4.0
2121

2222
CMD ["npm", "rebuild"]

0 commit comments

Comments
 (0)