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
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ const (
|
|||
containerNamePrefixFallback = "fedora-toolbox"
|
||||
distroFallback = "fedora"
|
||||
idTruncLength = 12
|
||||
releaseFallback = "34"
|
||||
releaseFallback = "37"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue