Skip to content

Commit

Permalink
Merge pull request #77 from trebidav/fix/upgrade-awscli-version
Browse files Browse the repository at this point in the history
fix(upgrade-awscli-version): remove awscli pinned version
  • Loading branch information
trebidav authored Mar 17, 2021
2 parents fc973d8 + b09cf1a commit 360e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ARG VERSION
ENV DOCKER_TAG=${VERSION}
RUN apk update && apk add git python3 python3-dev py3-pip py3-cryptography libffi-dev openssl-dev gcc libc-dev make gettext openssl-dev bash openssh
RUN pip install --upgrade pip setuptools
RUN pip install --upgrade pyjwt>=1.6.0 urllib3==1.24.3 awscli==1.16.241 requests==2.23.0 datadog==0.35.0 docker-compose==1.26.2 https://github.com/druids/developers-chamber/tarball/${DOCKER_TAG}
RUN pip install --upgrade pyjwt>=1.6.0 urllib3==1.24.3 awscli requests==2.23.0 datadog==0.35.0 docker-compose==1.26.2 https://github.com/druids/developers-chamber/tarball/${DOCKER_TAG}

ENTRYPOINT ["bash", "-c"]

0 comments on commit 360e989

Please sign in to comment.