Skip to content

Commit

Permalink
fix(pip_setup): use python base image (#8551)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Feb 5, 2021
1 parent 60174c4 commit 5237f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/pip_setup/extract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function extractSetupFile(
cwdFile: packageFile,
timeout: 30000,
docker: {
image: 'renovate/pip',
image: 'renovate/python',
},
});
if (res.stderr) {
Expand Down

0 comments on commit 5237f28

Please sign in to comment.