From 1a2929a1aa40d53e2a66e1017a760585c511c8ae Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 14 May 2023 21:18:26 +0000 Subject: [PATCH] fix: wrong image release --- distro/debian/debian.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distro/debian/debian.go b/distro/debian/debian.go index 2c7adb1..9a00d22 100644 --- a/distro/debian/debian.go +++ b/distro/debian/debian.go @@ -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