pkg/utils: Update fallback release to 37 for non-fedora hosts
Fedora 34 reached End of Life on 7th June 2022: https://docs.fedoraproject.org/en-US/releases/eol/ https://github.com/containers/toolbox/pull/1239
This commit is contained in:
parent
31e01ac46b
commit
34baa10f41
|
|
@ -52,7 +52,7 @@ const (
|
||||||
containerNamePrefixFallback = "fedora-toolbox"
|
containerNamePrefixFallback = "fedora-toolbox"
|
||||||
distroFallback = "fedora"
|
distroFallback = "fedora"
|
||||||
idTruncLength = 12
|
idTruncLength = 12
|
||||||
releaseFallback = "34"
|
releaseFallback = "37"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue