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

Commit 27a9af1

Browse files
committed
Update aws-sam-cli to 1.7.0
1 parent 0a1f88a commit 27a9af1

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.6.2
33+
pipx install aws-sam-cli==1.7.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.6.2 && \
34+
pipx install aws-sam-cli==1.7.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.6.2 && \
29+
pipx install aws-sam-cli==1.7.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.6.2
27+
pipx install aws-sam-cli==1.7.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.7/bin:/usr/local/maven/apache-maven-3.6.3/b
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.6.2
23+
pipx install aws-sam-cli==1.7.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.7/bin:/usr/local/maven/apache-maven-3.6.3/b
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.6.2
26+
pipx install aws-sam-cli==1.7.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.7/bin:/usr/local/maven/apache-maven-3.6.3/b
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.6.2
26+
pipx install aws-sam-cli==1.7.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.6.2
17+
pipx install aws-sam-cli==1.7.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.6.2
17+
pipx install aws-sam-cli==1.7.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.6.2
20+
pipx install aws-sam-cli==1.7.0
2121

2222
CMD ["npm", "rebuild"]

nodejs6.10/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.6.2
20+
pipx install aws-sam-cli==1.7.0
2121

2222
CMD ["npm", "rebuild"]

nodejs8.10/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.6.2
20+
pipx install aws-sam-cli==1.7.0
2121

2222
CMD ["npm", "rebuild"]

provided.al2/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ COPY --from=0 /var/rapid /var/rapid
99
# Add these as a separate layer as they get updated frequently
1010
RUN pipx install awscli==1.* && \
1111
pipx install aws-lambda-builders==1.1.0 && \
12-
pipx install aws-sam-cli==1.6.2
12+
pipx install aws-sam-cli==1.7.0

provided/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY --from=0 /var/rapid /var/rapid
1111
RUN source /usr/local/pipx/shared/bin/activate && \
1212
pipx install awscli==1.* && \
1313
pipx install aws-lambda-builders==1.1.0 && \
14-
pipx install aws-sam-cli==1.6.2
14+
pipx install aws-sam-cli==1.7.0

python3.6/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
3030
pipx install poetry==1.1.4 && \
3131
pipx install awscli==1.* && \
3232
pipx install aws-lambda-builders==1.1.0 && \
33-
pipx install aws-sam-cli==1.6.2
33+
pipx install aws-sam-cli==1.7.0

python3.7/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
2121
pipx install poetry==1.1.4 && \
2222
pipx install awscli==1.* && \
2323
pipx install aws-lambda-builders==1.1.0 && \
24-
pipx install aws-sam-cli==1.6.2
24+
pipx install aws-sam-cli==1.7.0

python3.8/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
2121
pipx install poetry==1.1.4 && \
2222
pipx install awscli==1.* && \
2323
pipx install aws-lambda-builders==1.1.0 && \
24-
pipx install aws-sam-cli==1.6.2
24+
pipx install aws-sam-cli==1.7.0

ruby2.5/build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ COPY --from=0 /var/rapid /var/rapid
1919
RUN source /usr/local/pipx/shared/bin/activate && \
2020
pipx install awscli==1.* && \
2121
pipx install aws-lambda-builders==1.1.0 && \
22-
pipx install aws-sam-cli==1.6.2 && \
22+
pipx install aws-sam-cli==1.7.0 && \
2323
gem update --system --no-document && \
2424
gem install --no-document bundler -v '~> 2.1'

ruby2.7/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
# Add these as a separate layer as they get updated frequently
1818
RUN pipx install awscli==1.* && \
1919
pipx install aws-lambda-builders==1.1.0 && \
20-
pipx install aws-sam-cli==1.6.2 && \
20+
pipx install aws-sam-cli==1.7.0 && \
2121
gem update --system --no-document && \
2222
gem install --no-document bundler -v '~> 2.1'

0 commit comments

Comments
 (0)