1
0

fix: wrong image release

This commit is contained in:
dump_stack() 2023-05-14 21:18:26 +00:00
parent 5778f39ac4
commit 1a2929a1aa
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

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