feat(os): support Alpine Linux 3.16 (#1479)

This commit is contained in:
MaineK00n
2022-06-15 08:08:40 +00:00
committed by GitHub
parent 5234306ded
commit 847d820af7
3 changed files with 11 additions and 2 deletions

View File

@@ -257,6 +257,7 @@ func GetEOL(family, release string) (eol EOL, found bool) {
"3.13": {StandardSupportUntil: time.Date(2022, 11, 1, 23, 59, 59, 0, time.UTC)},
"3.14": {StandardSupportUntil: time.Date(2023, 5, 1, 23, 59, 59, 0, time.UTC)},
"3.15": {StandardSupportUntil: time.Date(2023, 11, 1, 23, 59, 59, 0, time.UTC)},
"3.16": {StandardSupportUntil: time.Date(2024, 5, 23, 23, 59, 59, 0, time.UTC)},
}[majorDotMinor(release)]
case constant.FreeBSD:
// https://www.freebsd.org/security/