8000 Merge pull request #588 from westonsteimel/update-get-pip-branch · bneijt/python@8d0779f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d0779f

Browse files
authored
Merge pull request docker-library#588 from westonsteimel/update-get-pip-branch
update pypa/get-pip branch from master -> main
2 parents ec67f96 + 2128e9a commit 8d0779f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
versions=( "${versions[@]%/}" )
3535

3636
pipVersion="$(curl -fsSL 'https://pypi.org/pypi/pip/json' | jq -r .info.version)"
37-
getPipCommit="$(curl -fsSL 'https://github.com/pypa/get-pip/commits/master/get-pip.py.atom' | tac|tac | awk -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"
37+
getPipCommit="$(curl -fsSL 'https://github.com/pypa/get-pip/commits/main/get-pip.py.atom' | tac|tac | awk -F '[[:space:]]*[<>/]+' '$2 == "id" && $3 ~ /Commit/ { print $4; exit }')"
3838
getPipUrl="https://github.com/pypa/get-pip/raw/$getPipCommit/get-pip.py"
3939
getPipSha256="$(curl -fsSL "$getPipUrl" | sha256sum | cut -d' ' -f1)"
4040

0 commit comments

Comments
 (0)
0