utils: bump the fallback Fedora version to 34
https://github.com/containers/toolbox/pull/845
This commit is contained in:
parent
6c2cd0e929
commit
d9945a6505
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ type Distro struct {
|
|||
|
||||
const (
|
||||
idTruncLength = 12
|
||||
releaseDefaultFallback = "33"
|
||||
releaseDefaultFallback = "34"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue