1
0
Fork 0

fix: incorrect comment about valid releases

master
dump_stack() 2023-05-14 07:26:45 +00:00
parent 78626c10af
commit bb676fa491
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -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) {