Skip to content

Commit

Permalink
[alpine] fix source install dep resolution: bump pip (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Feb 27, 2019
1 parent 4842698 commit 1d986d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/datadog-agent/source/setup_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -u
DEFAULT_AGENT_VERSION="5.31.0"
# Pin pip version, in the past there was some buggy releases and get-pip.py
# always pulls the latest version
PIP_VERSION="6.1.1"
PIP_VERSION="19.0.3"
VIRTUALENV_VERSION="1.11.6"
SUPERVISOR_VERSION="3.3.0"
SETUPTOOLS_VERSION="20.9.0"
Expand Down

0 comments on commit 1d986d4

Please sign in to comment.