github / proto-gen-go

A 'go generate' script to generate Go files from .proto interfaces
22 stars 7 forks source link

Simplify Dockerfile by switching to gh-builder-bionic #1

Closed kfcampbell closed 2 years ago

kfcampbell commented 2 years ago

When tackling the "specify all versions in Dockerfile" TODO, I thought it was prudent to switch to gh-builder-bionic (based on Ubuntu and built from gh-base-image). This change simplifies our Dockerfile makes sure our versions of all packages and the base image are pinned.

In addition, it fixes a small error in our README where an expired session token was committed.

I apologize for the whitespace diffs; my editor config has some auto-fix behavior enabled.

Thoughts?