This repository was archived by the owner on Jan 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 19 files changed +19
-19
lines changed Expand file tree Collapse file tree 19 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ RUN source /usr/local/pipx/shared/bin/activate && \
30
30
pipx install pipenv && \
31
31
pipx install awscli==1.* && \
32
32
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
34
34
35
35
CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN source /usr/local/pipx/shared/bin/activate && \
31
31
pipx install pipenv && \
32
32
pipx install awscli==1.* && \
33
33
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 && \
35
35
dotnet tool install --global Amazon.Lambda.Tools --version 3.3.1
36
36
37
37
CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN curl -L https://dot.net/v1/dotnet-install.sh | bash -s -- -v $DOTNET_SDK_VER
26
26
# Add these as a separate layer as they get updated frequently
27
27
RUN pipx install awscli==1.* && \
28
28
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 && \
30
30
dotnet tool install --global Amazon.Lambda.Tools --version 4.0.0
31
31
32
32
CMD ["dotnet" , "build" ]
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ RUN curl https://storage.googleapis.com/golang/go${GOLANG_VERSION}.linux-amd64.t
24
24
RUN source /usr/local/pipx/shared/bin/activate && \
25
25
pipx install awscli==1.* && \
26
26
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
28
28
29
29
CMD ["dep" , "ensure" ]
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ ENV PATH="/usr/local/gradle/gradle-6.7/bin:/usr/local/maven/apache-maven-3.6.3/b
20
20
# Add these as a separate layer as they get updated frequently
21
21
RUN pipx install awscli==1.* && \
22
22
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
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ENV PATH="/usr/local/gradle/gradle-6.7/bin:/usr/local/maven/apache-maven-3.6.3/b
23
23
# Add these as a separate layer as they get updated frequently
24
24
RUN pipx install awscli==1.* && \
25
25
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
Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ ENV PATH="/usr/local/gradle/gradle-6.7/bin:/usr/local/maven/apache-maven-3.6.3/b
23
23
RUN source /usr/local/pipx/shared/bin/activate && \
24
24
pipx install awscli==1.* && \
25
25
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
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ COPY --from=0 /var/rapid /var/rapid
14
14
# Add these as a separate layer as they get updated frequently
15
15
RUN pipx install awscli==1.* && \
16
16
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
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ COPY --from=0 /var/rapid /var/rapid
14
14
# Add these as a separate layer as they get updated frequently
15
15
RUN pipx install awscli==1.* && \
16
16
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
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ COPY --from=0 /var/rapid /var/rapid
17
17
RUN source /usr/local/pipx/shared/bin/activate && \
18
18
pipx install awscli==1.* && \
19
19
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
21
21
22
22
CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ COPY --from=0 /var/rapid /var/rapid
17
17
RUN source /usr/local/pipx/shared/bin/activate && \
18
18
pipx install awscli==1.* && \
19
19
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
21
21
22
22
CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ COPY --from=0 /var/rapid /var/rapid
17
17
RUN source /usr/local/pipx/shared/bin/activate && \
18
18
pipx install awscli==1.* && \
19
19
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
21
21
22
22
CMD ["npm" , "rebuild" ]
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ COPY --from=0 /var/rapid /var/rapid
9
9
# Add these as a separate layer as they get updated frequently
10
10
RUN pipx install awscli==1.* && \
11
11
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
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ COPY --from=0 /var/rapid /var/rapid
11
11
RUN source /usr/local/pipx/shared/bin/activate && \
12
12
pipx install awscli==1.* && \
13
13
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
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
30
30
pipx install poetry==1.1.4 && \
31
31
pipx install awscli==1.* && \
32
32
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
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
21
21
pipx install poetry==1.1.4 && \
22
22
pipx install awscli==1.* && \
23
23
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
Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ RUN pip install -U pip setuptools wheel --no-cache-dir && \
21
21
pipx install poetry==1.1.4 && \
22
22
pipx install awscli==1.* && \
23
23
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
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ COPY --from=0 /var/rapid /var/rapid
19
19
RUN source /usr/local/pipx/shared/bin/activate && \
20
20
pipx install awscli==1.* && \
21
21
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 && \
23
23
gem update --system --no-document && \
24
24
gem install --no-document bundler -v '~> 2.1'
Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ COPY --from=0 /var/rapid /var/rapid
17
17
# Add these as a separate layer as they get updated frequently
18
18
RUN pipx install awscli==1.* && \
19
19
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 && \
21
21
gem update --system --no-document && \
22
22
gem install --no-document bundler -v '~> 2.1'
You can’t perform that action at this time.
0 commit comments