dokku / ci-docker-image

A Docker Image meant for use with CI/CD pipelines
MIT License
35 stars 24 forks source link

feat: add support for ipv6 addresses #100

Closed josegonzalez closed 7 months ago

josegonzalez commented 7 months ago

This change updates the remote url parsing to be done in python, allowing us to properly parse the url without using regex.

Closes #99