arrikto / oidc-authservice

This is a fork/refactoring of the ajmyyra/ambassador-auth-oidc project
MIT License
87 stars 66 forks source link

Dockerfile: Upgrade to go1.15.3 and alpine3.12 #49

Closed tsuna closed 4 years ago

tsuna commented 4 years ago

There are known security vulnerabilities in earlier versions of Go.

Also upgrade the base image to Alpine 3.12 and use that as a base to build the code too (no need in pulling a larger Debian image for the build, it doesn't buy us anything).

cc @asetty

yanniszark commented 4 years ago

@tsuna overall looks good! Can you please sign your commit? Sorry for not having this requirement in a doc, I will add a CONTRIBUTING.md file shortly. You can sign your commit with git commit -s --amend

tsuna commented 4 years ago

Done.