nats-io / nats-box

A container with NATS utilities
Apache License 2.0
105 stars 32 forks source link

clean up Dockerfile #38

Closed jnmoyne closed 1 year ago

jnmoyne commented 1 year ago

It is now possible to just use go install xxxx@latest for all the components, which IMHO makes the Dockerfile cleaner and doesn't have to be edited with specific version numbers each time there's an update of one of the components

wallyqs commented 1 year ago

I like this but will leave some of the versions as unset because of using a git commit during build process (maybe can be passed as flag from go install?)