Skip to content

Commit b524f4c

Browse files
committed
pkg/utils: Update fallback release to 40 for non-fedora hosts
Fedora 38 reached End of Life on 21st May 2024: https://docs.fedoraproject.org/en-US/releases/eol/ https://bugzilla.redhat.com/show_bug.cgi?id=2316312 #1561
1 parent 1e90c72 commit b524f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg/utils/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const (
6464
containerNamePrefixFallback = "fedora-toolbox"
6565
distroFallback = "fedora"
6666
idTruncLength = 12
67-
releaseFallback = "38"
67+
releaseFallback = "40"
6868
)
6969

7070
const (

0 commit comments

Comments
 (0)