Skip to content

Commit

Permalink
Set awscli version
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Jul 21, 2022
1 parent a69e2c6 commit 819899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk --no-cache update && \
yarn \
gettext \
bash && \
pip3 --no-cache-dir install awscli virtualenv setuptools dnxsso boto3 && \
pip3 --no-cache-dir install 'awscli<2.7.17' --upgrade && \
update-ca-certificates && \
rm -rf /var/cache/apk/* && \
npm install -g [email protected] && \
Expand Down

0 comments on commit 819899c

Please sign in to comment.