insights: in-product landing page uses wrong pattern example - we cannnot use the terraform example
View options
- Truncate descriptions
Created by: Joelkw
We cannot use the terraform example because it uses a multiline regexp. See #30713 (closed) .
We should instead use this alpine versions example:
https://www.figma.com/file/EFgTP7gpdpQSEo1n4FUfsW/In-product-landing-page-WIP?node-id=1872%3A28359
The query should be: patterntype:regexp FROM\s+alpine:([\d\.]+) file:Dockerfile
Also, we need to update the version numbers to match the ones in that figma. We should also update the lines so there is more movement/they aren't all flat (just update one or two of them to match the ones in that figma query as well).

