fix(Image().getVersion()): now returns 0.0.0 for unavailable versions to make SemVer work later on
This commit is contained in:
		| @@ -140,7 +140,7 @@ export class DockerImage { | ||||
|     if (this.Labels && this.Labels.version) { | ||||
|       return this.Labels.version; | ||||
|     } else { | ||||
|       return 'x.x.x'; | ||||
|       return '0.0.0'; | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user