diff --git a/container/container.go b/container/container.go index b50a43f..4089799 100644 --- a/container/container.go +++ b/container/container.go @@ -26,7 +26,7 @@ var Runtime = "docker" type Image struct { Name string DistroType config.DistroType - DistroRelease string // 18.04/7.4.1708/9.1 + DistroRelease string // 18.04/7/9 } func Images() (diis []Image, err error) {