Closed joshhsoj1902 closed 6 months ago
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
the new version of pyenv is needed to find the newer versions of python.
Instead of using the version of pyenv in the image, now we update to the latest.
Also using cimg/base now since we're reinstalling pyenv anyway.
Please provide reasoning for these changes and how this PR achieves them.
If applicable, include a link to the related GitHub issue that this PR will close.
Please check through the following before opening your PR. Thank you!
Dockerfile.template
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Description
the new version of pyenv is needed to find the newer versions of python.
Instead of using the version of pyenv in the image, now we update to the latest.
Also using cimg/base now since we're reinstalling pyenv anyway.
Reasons
Please provide reasoning for these changes and how this PR achieves them.
If applicable, include a link to the related GitHub issue that this PR will close.
Checklist
Please check through the following before opening your PR. Thank you!
Dockerfile.template
file only