Skip to content

Commit

Permalink
update AWS CLI (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Aug 30, 2021
1 parent 980932f commit 47da796
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apk --update --no-cache add \
gettext \
go \
grep \
groff \
jq \
libc6-compat \
make \
Expand All @@ -25,9 +26,9 @@ RUN apk --update --no-cache add \
python3 -m pip install --upgrade pip setuptools wheel && \
pip3 install --no-cache-dir \
PyYAML==5.4.1 \
awscli==1.19.49 \
awscli==1.20.28 \
boto==2.49.0 \
boto3==1.17.49 \
boto3==1.18.28 \
iteration-utilities==0.11.0 \
pre-commit \
PyGithub==1.54.1 && \
Expand Down Expand Up @@ -69,7 +70,7 @@ WORKDIR /build-harness

ARG PACKAGES_PREFER_HOST=true
RUN make -s bash/lint make/lint
RUN make -s template/deps aws/install terraform/install readme/deps
RUN make -s template/deps readme/deps
RUN make -s go/deps-build go/deps-dev

ENTRYPOINT ["/usr/bin/make"]
2 changes: 1 addition & 1 deletion modules/aws/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export AWSCLI_VERSION ?= 1.11.185
export AWSCLI_VERSION ?= 1.20.28

WITH_AWS ?= aws-vault exec $(AWS_PROFILE) --

Expand Down

0 comments on commit 47da796

Please sign in to comment.