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:
Debarshi Ray 2023-02-16 14:09:33 +01:00
parent 31e01ac46b
commit 34baa10f41

View file

@ -52,7 +52,7 @@ const (
containerNamePrefixFallback = "fedora-toolbox"
distroFallback = "fedora"
idTruncLength = 12
releaseFallback = "34"
releaseFallback = "37"
)
const (