Because the service no longer runs as root inside of a Docker container, setting the environment variable 'PORT' to anything less that 1024 breaks the Docker container. The service continues to run without root permissions, but can now bind to ports <1024. The current cost is that the container must be built with Docker BuildKit enabled.
- Re-allow use of unprivileged ports.
- Updated Go compiler to 1.13.7.