update to elixir 1.17.2 and erlang 27.0.1 #160
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
I wanted to be able to use the latest version of Elixir and Erlang on CircleCI, so I took a crack at updating the versions here.
I just updated the manifest file and ran the
./shared/gen-dockerfiles.sh
scriptReasons
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.
closes #158
Checklist
Please check through the following before opening your PR. Thank you!
I have made changes to theDockerfile.template
file only-> Is it even possible to do versions bumps by only changing the template file?
I have not made any manual changes to automatically generated files-> maybe I am missing something here, but is the manifest file auto generated?
My PR follows best practices as described in the contributing guidelines-> I guess we can't call this a contribution?