Closed HenrikPoulsen closed 3 years ago
Renovate's official Docker image is now built with python 3.9: https://github.com/renovatebot/docker-renovate-full/blob/bbf5bb94f30ce8a485b0c7b538656d5d606a3ce7/Dockerfile#L34
If you need to run custom versions of any tools, you have two options:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed soon if no further activity occurs. If this question is not done (either you plan to update it or are waiting on someone to respond) then please add a comment here to bump it and/or get the other person's attention. We aim to do our best to solve every problem. This bot is here to help us clean up issues which are no longer of use to the original poster, and not to close anything prematurely, so bump as you need!
What Renovate type, platform and version are you using?
Self-hosted using docker tag renovate/renovate:23.
Describe the bug
Changing the python_version field in the Pipfile to 3.8 resulted in a PR being updated with the “Artifact update problem” message. And the details being:
I was under the impression that this should have been fixed as mentioned in renovatebot/renovate#6035 so not sure what is going on here.
Relevant debug logs
To Reproduce
Set the python_version field in Pipfile to 3.8. That's literally all I did and it went from functional to unhappy.
Additional context
Nothing to add