1
0

fix: incorrect comment about valid releases

This commit is contained in:
dump_stack() 2023-05-14 07:26:45 +00:00
parent 78626c10af
commit bb676fa491
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -26,7 +26,7 @@ var Runtime = "docker"
type Image struct { type Image struct {
Name string Name string
DistroType config.DistroType DistroType config.DistroType
DistroRelease string // 18.04/7.4.1708/9.1 DistroRelease string // 18.04/7/9
} }
func Images() (diis []Image, err error) { func Images() (diis []Image, err error) {