1
0
Fork 0

fix: wrong image release

master
dump_stack() 2023-05-14 21:18:26 +00:00
parent 5778f39ac4
commit 1a2929a1aa
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ func ContainerImage(km config.KernelMask) (image string) {
case Stretch:
image += "stretch-20220622"
default:
image += km.DistroType.String()
image += km.DistroRelease
}
return