Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
set the version for the docker image when generating a new app (#1327)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Sep 27, 2018
1 parent e56fdc3 commit e9e7068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/newapp/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (a Generator) setupDocker(root string, data makr.Data) error {

o := docker.New()
o.App = a.App
data["version"] = runtime.Version
if err := o.Run(root, data); err != nil {
return errors.WithStack(err)
}
Expand Down

0 comments on commit e9e7068

Please sign in to comment.