minamijoyo / tfupdate

Update version constraints in your Terraform configurations
MIT License
556 stars 23 forks source link

Update alpine to v3.12 #39

Closed minamijoyo closed 3 years ago

minamijoyo commented 3 years ago

The latest alpine is v3.13, but it has some DNS issues in old Docker Desktop. I'll use alpine v3.12 so that others can easily build the docker image. https://github.com/alpinelinux/docker-alpine/issues/149

I also fixed go version I forgot to update in #37