Skip to content

Commit

Permalink
improvement: Add EOL support for alpine 3.19.
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Trejo <dtrejo@palantir.com>
  • Loading branch information
dtrejod committed Jan 12, 2024
1 parent a2b6549 commit df5615a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/alpine/alpine.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var (
"3.16": time.Date(2024, 5, 23, 23, 59, 59, 0, time.UTC),
"3.17": time.Date(2024, 11, 22, 23, 59, 59, 0, time.UTC),
"3.18": time.Date(2025, 5, 9, 23, 59, 59, 0, time.UTC),
"3.19": time.Date(2025, 11, 1, 23, 59, 59, 0, time.UTC),
"edge": time.Date(9999, 1, 1, 0, 0, 0, 0, time.UTC),
}
)
Expand Down

0 comments on commit df5615a

Please sign in to comment.