Skip to content

Commit 1d986d4

Browse files
authored
[alpine] fix source install dep resolution: bump pip (#3825)
1 parent 4842698 commit 1d986d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/datadog-agent/source/setup_agent.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -u
1414
DEFAULT_AGENT_VERSION="5.31.0"
1515
# Pin pip version, in the past there was some buggy releases and get-pip.py
1616
# always pulls the latest version
17-
PIP_VERSION="6.1.1"
17+
PIP_VERSION="19.0.3"
1818
VIRTUALENV_VERSION="1.11.6"
1919
SUPERVISOR_VERSION="3.3.0"
2020
SETUPTOOLS_VERSION="20.9.0"

0 commit comments

Comments
 (0)