home-assistant / plugin-dns

CoreDNS implementation for Home Assistant
Apache License 2.0
17 stars 14 forks source link

Update to Alpine 3.19/Go 1.22/CoreDNS 1.8.7 #129

Closed agners closed 4 months ago

agners commented 4 months ago

Update the DNS plug-in to use Alpine 3.19. To update the builder to Alpine 3.19, we have to update to a newer Go version. Also update to the latest version of the CoreDNS 1.8.x line, which is 1.8.7. The update requires some smaller adjustments in the plug-in imports.

The Dockerfile used to have Windows line endings, this PR also changes this to Unix file endings. That causes the whole file to appear changed.