Skip to content

Commit

Permalink
set min version of awscli (#3899)
Browse files Browse the repository at this point in the history
* set min version of awscli

* revert to locked version
  • Loading branch information
mcwinter07 authored Jul 24, 2023
1 parent babc311 commit cb0569a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .buildkite/dockerfiles/publish.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ RUN apk update && apk add --no-cache \
python-dev

RUN pip install \
wheel \
"Cython<3.0" "pyyaml<6" --no-build-isolation \
awscli
awscli
3 changes: 1 addition & 2 deletions .buildkite/dockerfiles/release.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ RUN apk update && apk add --no-cache \
py3-pip \
gcc \
alpine-sdk \
python3-dev \
python3-dev

RUN pip install \
"Cython<3.0" "pyyaml<6" --no-build-isolation \
awscli

0 comments on commit cb0569a

Please sign in to comment.