From bb676fa491a1cf92e8ee5c32741846982fb7c57c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 14 May 2023 07:26:45 +0000 Subject: [PATCH] fix: incorrect comment about valid releases --- container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {