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

Commit

Permalink
fix from latest version log
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Nov 6, 2015
1 parent bab9a04 commit 7cd7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/aci.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (cnt *Img) tarAci(zip bool) {
func (cnt *Img) checkLatestVersions(checked *chan bool) {
if cnt.manifest.From != "" && cnt.manifest.From.Version() != "" {
version, _ := cnt.manifest.From.LatestVersion()
log.Debug("latest version of from : " + cnt.manifest.NameAndVersion.Name() + ":" + version)
log.Debug("latest version of from : " + cnt.manifest.From.Name() + ":" + version)
if version != "" && utils.Version(cnt.manifest.From.Version()).LessThan(utils.Version(version)) {
log.Warn("---------------------------------")
log.Warn("From has newer version : " + cnt.manifest.From.Name() + ":" + version)
Expand Down

0 comments on commit 7cd7546

Please sign in to comment.