Updating Go version to 1.15
Changed the Dockerfiles to be based off the base Golang and not Alpine.
Added a couple nits in the README.md
Note also had to add "RUN gem install bundler:2.0.2" after removing the Alpine base image
due to a Ruby error.
What ticket does this PR close?
Resolves #189
Checklists
Change log
[x] The CHANGELOG has been updated, or
[ ] This PR does not include user-facing changes and doesn't require a CHANGELOG update
Test coverage
[ ] This PR includes new unit and integration tests to go with the code changes, or
[x] The changes in this PR do not require tests
Documentation
[x] Docs (e.g. READMEs) were updated in this PR, and/or there is a follow-on issue to update docs, or
[ ] This PR does not require updating any documentation
What does this PR do?
Updating Go version to 1.15 Changed the Dockerfiles to be based off the base Golang and not Alpine. Added a couple nits in the README.md Note also had to add "RUN gem install bundler:2.0.2" after removing the Alpine base image due to a Ruby error.
What ticket does this PR close?
Resolves #189
Checklists
Change log
Test coverage
Documentation
README
s) were updated in this PR, and/or there is a follow-on issue to update docs, or