feat: use debian codename for container image
This commit is contained in:
parent
26a65924df
commit
02bca8e0ae
@ -198,7 +198,7 @@ func (d Debian) image() (image string) {
|
|||||||
case Stretch:
|
case Stretch:
|
||||||
image += "stretch-20220622"
|
image += "stretch-20220622"
|
||||||
default:
|
default:
|
||||||
image += d.release.String()
|
image += d.release.Name()
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user